Uses of Class
org.apache.struts.taglib.bean.MessageTag

Packages that use MessageTag
org.apache.struts.taglib.nested.bean The nested bean tags extend the org.apache.struts.taglib.bean tags to allow them to relate to each other in a nested nature. 
org.apache.strutsel.taglib.bean The "struts-bean-el" tag library contains JSP custom tags useful in defining new beans (in any desired scope) from a variety of possible sources, as well as a tag to render a particular bean (or bean property) to the output response. 
 

Uses of MessageTag in org.apache.struts.taglib.nested.bean
 

Subclasses of MessageTag in org.apache.struts.taglib.nested.bean
 class NestedMessageTag
          NestedWriteTag.
 

Uses of MessageTag in org.apache.strutsel.taglib.bean
 

Subclasses of MessageTag in org.apache.strutsel.taglib.bean
 class ELMessageTag
          Custom tag that retrieves an internationalized messages string (with optional parametric replacement) from the ActionResources object stored as a context attribute by our associated ActionServlet implementation.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.