<p>The <t:panelStack> tag generates a stack of panel containers, enabling you to switch between panels dynamically. The id attribute determines which panel is rendered.</p>
Example
<t:panelStack> </t:panelStack>
Tag Attributes
binding
Expression
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.
id
Text
The unique identifier value for this component. The value must be unique within the closest naming container.
rendered
Text
A boolean value that indicates whether this component should be rendered.
Default value:true.
selectedPanel
Text
Required
The selectedPanel attribute defines the ID of the selected panel that should be displayed initially.