Project Documentation
Foundation

Description

A stack of panels, to switch panels dynamically.

Screen Shot

Not available

API

component-family javax.faces.Panel
renderer-type org.apache.myfaces.PanelStack
component-class org.apache.myfaces.custom.panelstack.HtmlPanelStack
renderer-class org.apache.myfaces.custom.panelstack.HtmlPanelStackRenderer
tag-class org.apache.myfaces.custom.panelstack.PanelStackTag

Usage

<t:panelStack id="String"
                 selectedPanel="String">
            

Syntax

<t:panelStack>

selectedPanel - Id of the child to be rendered.
id - id of the stack.

Instructions

see examples/panelStack.jsp for an example!