o
Tag subPanel


The SubPanel tag is used to specify a page in multi-page components such as TabbedPane. You can specify the content to be displayed in the panel's caption (e.g. the appropriate tab in TabbedPane) using the "caption" facet. The components that define the page content should be added as children of the SubPanel tag.


Tag Information
Tag Classorg.openfaces.taglib.jsp.panel.SubPanelJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.panel.SubPanel)
onlynullA value-binding expression that associates the SubPanel with a backing bean property.
captionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe text that should be displayed in the caption. This is a convenient alternative for using the "caption" facet. If both "caption" facet and "caption" attribute is specified, the content specified in the facet is used.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the appropriate tab in the TabbedPane is visible.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.