org.apache.myfaces.tobago.taglib.component
Interface MessagesTagDeclaration

All Superinterfaces:
HasBinding, HasFor, HasId, HasIdBindingAndRendered, IsRendered, Tag, TobagoTagDeclaration
All Known Implementing Classes:
MessagesTag

public interface MessagesTagDeclaration
extends TobagoTagDeclaration, HasIdBindingAndRendered, HasFor

Renders error/validation messages.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setGlobalOnly(String globalOnly)
          Flag indicating that only messages that are not associated to any particular UIComponent should be displayed.
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasFor
setFor
 

Method Detail

setGlobalOnly

void setGlobalOnly(String globalOnly)
Flag indicating that only messages that are not associated to any particular UIComponent should be displayed. That are messages without clientId. The default is "false".



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.