netui
netui:divPanel Tag
Creates an HTML <div> tag that may contain additional <div> tags.
<netui:divPanel
dataSource="expression"
firstPage="string_or_expression"
tagId="string_or_expression" >
... JSP content ...
</netui:divPanel>
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 Class | org.apache.beehive.netui.tags.divpanel.DivPanel |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |