NetUI Tag Library Documentation (Version 1.0.2)

netui
netui:divPanel Tag

Creates an HTML <div> tag that may contain additional <div> tags.

Syntax

<netui:divPanel
    dataSource="expression"
    firstPage="string_or_expression"
    tagId="string_or_expression" >
    ... JSP content ...
</netui:divPanel>

Description

Creates an HTML <div> tag that may contain additional <div> tags. Only a single section will be visible at a time.

Attributes
dataSource
Required:   |   Type: String  |   Supports runtime evaluation / JSP Expression Language: No

An expression which identifies which DivPanelState object will store state between posts to the server.
firstPage
Required:   |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

Set the name of the first page to display.
tagId
Required: Yes  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

Set the ID of the <div> tag


Tag Information
Tag Classorg.apache.beehive.netui.tags.divpanel.DivPanel
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone