f

Tag param

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

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

disable false jakarta.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 jakarta.faces.Output jakarta.faces.Link and jakarta.faces.OutcomeTarget jakarta.faces.Link.

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

Component identifier of the UIParameter component to be created.

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

Name of the parameter to be created.

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

Value of the parameter to be set.