ui
Tag fragment


The fragment tag is identical to the component tag, except that ui:fragment, unlike ui:component, JSF does not disregard all content outside of the tag.



Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The identifier of the component that JSF inserts into the component tree. If an identifier is not explicitly specified by the page author, JSF will assign an identifier based on the algorithm that it uses for all components.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Binds the component to a backing bean property, as specified in the JSF specification.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Controls whether the fragment is rendered. Valid values for this attribute are either the strings "true" or "false" or an EL expression that evaluates to either "true" or "false".

If this attribute's value is "false" or the value is an EL expression that evaluates to "false", the fragment is not rendered in the page.


Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.