weblogicx.jsp.tags.validators
Class ErrorSummary
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
weblogicx.jsp.tags.validators.ErrorSummary
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class ErrorSummary
- extends TagSupport
Custom tag to print all the error messages stored in the summary's
error Vector.
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorSummary
public ErrorSummary()
setColor
public void setColor(String x)
getColor
public String getColor()
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class TagSupport
- Throws:
JspException