|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.html.ErrorsTag
com.ivata.mask.web.tag.html.ErrorsTag
The standard Struts errors tag does not output anything if the error message is missing. This override puts out the message key in this case.
| Field Summary |
| Fields inherited from class org.apache.struts.taglib.html.ErrorsTag |
bundle, defaultLocale, lineEnd, locale, messages, name, property |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
ErrorsTag()
|
|
| Method Summary | |
int |
doStartTag()
Overridden from the Struts tag to output error messages even if there is no message. |
| Methods inherited from class org.apache.struts.taglib.html.ErrorsTag |
getBundle, getLocale, getName, getProperty, release, setBundle, setLocale, setName, setProperty |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ErrorsTag()
| Method Detail |
public int doStartTag()
throws javax.servlet.jsp.JspException
EVAL_BODY_INCLUDE.
javax.servlet.jsp.JspException - If there is any problem writing out the messages.Tag.doStartTag()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||