A container that resolves an expression and assigns the value as a named request attribute for the child controls to utilize.
Info | Value |
---|---|
Component Type | com.webmethods.caf.faces.logic.VariableContainer |
Handler Class | None |
Renderer Type | None |
Description | Container that resolves an expression and assigns the value as a named request attribute for the child controls to utilize. |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
var | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of variable to assign as a request attribute |
value | true | javax.el.ValueExpression
(must evaluate to null )
| Expression to retrieve the variable value |
Output generated by Vdldoc View Declaration Language Documentation Generator.