o
Tag loadBundle


The LoadBundle component is used for loading 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. The o:loadBundle component is similar to the f:loadBundle from the RI or MyFaces JSF implementation but can be used in the components with Ajax enabled.


Tag Information
Tag Classorg.openfaces.taglib.jsp.util.LoadBundleJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
basenametruejavax.el.ValueExpression
(must evaluate to java.lang.String)
truetrueThe base name of the resource bundle to be loaded.
vartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsetrueThe name of a request scope variable under which the resource bundle is 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.