You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/09/23 20:21:33 UTC

DO NOT REPLY [Bug 24661] - Errors tag does not allow the user to customize the header/footer/prefix/suffix

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=24661>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24661

Errors tag does not allow the user to customize the header/footer/prefix/suffix

niallp@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From niallp@apache.org  2004-09-23 18:21 -------
<html:messages doesn't need a prefix or suffix key, because you can just use 
<bean:message> tags in the body of the tag. Something like...

<html:messages id="msg" header="header.key" footer="footer.key">
  <bean:message key="msg.prefix">
  <bean:write name="msg">
  <bean:message key="msg.suffix">
</html:messages>

Since this seems to do everything you want, I'm closing this.

Niall

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org