q
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 q: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 Classteamdev.jsf.taglib.LoadBundleJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
basenametruejava.lang.StringtruetrueThe base name of the resource bundle to be loaded.
vartruejava.lang.StringfalsetrueThe 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.