org.apache.myfaces.taglib.core

Class LoadBundleTag

public class LoadBundleTag extends TagSupport

TODO: We should find a way to save loaded bundles in the state, because otherwise on the next request the bundle map will not be present before the render phase and value bindings that reference to the bundle will always log annoying "Variable 'xxx' could not be resolved" error messages.

Version: $Revision: 225368 $ $Date: 2005-07-26 20:14:51 +0200 (Tue, 26 Jul 2005) $

Author: Manfred Geiler (latest modification by $Author: bdudney $)

Method Summary
intdoStartTag()
voidsetBasename(String basename)
voidsetVar(String var)

Method Detail

doStartTag

public int doStartTag()

setBasename

public void setBasename(String basename)

setVar

public void setVar(String var)