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

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

Deprecated. Please use MessagesTag tc:messages with maxNumber="1"

@Deprecated
public interface MessageTagDeclaration
extends TobagoTagDeclaration, HasIdBindingAndRendered, HasFor

Renders error/validation message.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setShowDetail(String showDetail)
          Deprecated. Flag indicating whether the detail should be included The default is "false".
 void setShowSummary(String showSummary)
          Deprecated. Flag indicating whether the summary should be included The default is "true".
 
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

setShowDetail

void setShowDetail(String showDetail)
Deprecated. 
Flag indicating whether the detail should be included The default is "false".


setShowSummary

void setShowSummary(String showSummary)
Deprecated. 
Flag indicating whether the summary should be included The default is "true".



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