| Tag Information | |
| Tag Class | org.ajax4jsf.taglib.html.jsp.LoadBundle |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | Ajax-compatible version of f:loadBundle |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| basename | false | false |
javax.el.ValueExpression
(must evaluate to java.lang.String)
|
Base name of the resource bundle to be loaded. |
| binding | false | false |
javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
|
The attribute takes a value-binding expression for a component property of a backing bean |
| id | false | false |
java.lang.String
|
Every component may have a unique id that is automatically created if omitted |
| rendered | false | false |
javax.el.ValueExpression
(must evaluate to boolean)
|
If "false", this component is not rendered |
| var | false | false |
java.lang.String
|
Name of a request scope attribute under which the resource bundle will be exposed as a Map. |