Load a resource bundle localized for the Locale of the current view, and expose it as a java.util.Map in the request attributes of the current request under the key specified by the value of the "var" attribute of this tag. The Map must behave such that if a get() call is made for a key that does not exist in the Map, the literal string ???KEY??? is returned from the Map, where KEY is the key being looked up in the Map, instead of a MissingResourceException being thrown. If the ResourceBundle does not exist, a JspException must be thrown.
Tag Information
Tag Class
com.sun.faces.taglib.jsf_core.LoadBundleTag
TagExtraInfo Class
com.sun.faces.taglib.FacesTagExtraInfo
Body Content
empty
Display Name
None
Attributes
basename
Base name of the resource bundle to be loaded.
Required:
false
Request-time:
false
Type:
java.lang.String
var
Name of a request scope attribute under which the resource bundle will be exposed as a Map.
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.