Faces Core
Tag param


Add a child UIParameter component to the UIComponent associated with the closest parent UIComponent custom action.



Tag Information
Tag Classcom.sun.faces.taglib.jsf_core.ParameterTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.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.
idfalsetruejava.lang.StringComponent identifier of the UIParameter component to be created.
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the parameter to be created.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the parameter to be set.
disablefalsefalsejavax.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 <f:param> during their rendering. Such renderers include javax.faces.Output javax.faces.Link and javax.faces.OutcomeTarget javax.faces.Link.


Variables
No Variables Defined.