| |||||||
FRAMES NO FRAMES |
Use this tag to pass parameters to an included file (using ui:include
), or a template (linked to either a composition or decorator). Embed ui:param
tags in either ui:include
, ui:composition
, or ui:decorate
to pass the parameters.
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
name | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the parameter. |
value | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the parameter. Notice that this attribute's value can be an EL expression, which means that you can pass objects to either an included file or a template. |
Variables | ||||
No Variables Defined. |
| |||||||
FRAMES NO FRAMES |