o

Tag componentIdParam

Component Information 
InfoValue
Component Typeorg.omnifaces.component.input.ComponentIdParam
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
componentIdNamefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the request parameters from which the values are retrieved on an initial request that represent component ids of those components from which the markup should appear in the response (i.e. which should be rendered)
clientIdNamefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the request parameters from which the values are retrieved on an initial request that represent client ids of those components from which the markup should appear in the response (i.e. which should be rendered)
renderChildrenfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether children of the components identified by clientIdName or componentIdName are rendered in addition to the component itself. Defaults to true
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean

Output generated by Vdldoc View Declaration Language Documentation Generator.