UI-Component Sets
Project Documentation

Summary

Tag name: <f:loadBundle>
Tag class: org.apache.myfaces.taglib.core.LoadBundleTag
Loads a resource bundle and saves it as a variable in the request scope. Unless otherwise specified, all attributes accept static values or EL expressions.

Attributes

Name Type Required Description
basename String true The base name of the resource bundle.
var String true The name of the variable in request scope that the resources are saved to. This must be a static value.