o

Tag param

Component Information 
InfoValue
Component Typeorg.omnifaces.component.output.Param
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
Converter instance registered with this component.
disablefalsejakarta.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)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
namefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The name of the request parameter from which the value for this component is retrieved on an initial request or to override the stored value on a postback.
renderedfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
A ValueExpression to which the value of the request parameter, as determined by the name attribute, is bound. The resolved value of this expression is used when encoding the view parameter into a bookmarkable link or redirect URL with view parameter encoding enabled. If this attribute is omitted, the value of the request parameter will instead be the local value of the UIViewParameter.

Output generated by Vdldoc View Declaration Language Documentation Generator.