Ajax4Jsf
Tag loadBundle


Load a resource bundle localized for the Locale of the current view, and expose it (as a Map) in the request attributes of the current request. In difference of original f:loadBundle tag, stored in components tree and activate on ajax/non ajax responses


Tag Information
Tag Classorg.ajax4jsf.taglib.html.jsp.LoadBundle
TagExtraInfo ClassNone
Body ContentJSP
Display NameAjax-compatible version of f:loadBundle

Attributes
NameRequiredRequest-timeTypeDescription
basenamefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Base name of the resource bundle to be loaded.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
varfalsefalsejava.lang.StringName of a request scope attribute under which the resource bundle will be exposed as a Map.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.