Add a child UIParameter component to the UIComponent associated with the closest parent UIComponent tag.
Info | Value |
---|---|
Component Type | jakarta.faces.Parameter |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
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 tag. |
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
|
id | false | jakarta.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. |