f

Tag param

Component Information 
InfoValue
Component Typejavax.faces.Parameter
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
binding false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)

ValueExpression to a backing bean property bound to the component instance for the UIComponent created by this custom action.

disable false javax.el.ValueExpression
(must evaluate to boolean)

Flag enabling or disabling the inclusion of the parameter. This flag is consulted by renderers that consider the UIParameter component associated with this during their rendering. Such renderers include javax.faces.Output javax.faces.Link and javax.faces.OutcomeTarget javax.faces.Link.

idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Component identifier of the UIParameter component to be created.

name false javax.el.ValueExpression
(must evaluate to java.lang.String)

Name of the parameter to be created.

value false javax.el.ValueExpression
(must evaluate to java.lang.String)

Value of the parameter to be set.