The application of the ice:loadBundle is same as the f:loadBundle but it allows to change the messages dynamically in two ways:
Attributes |
Name | Required | Request-time | Type | Description |
basename | false | false | java.lang.String | Base name of the resource bundle to be loaded. |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean |
converter | false | false | java.lang.String | Converter instance registered with this component. |
id | false | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
rendered | false | false | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
value | false | false | java.lang.String | The current value of this component. |
var | false | false | java.lang.String | Name of a request scope attribute under which the resource bundle will be exposed. |