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 2002/06/23 02:27:06 UTC

DO NOT REPLY [Bug 8460] - using null="false" in message-resources adds alt & title element to generated html

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8460

using null="false" in message-resources adds alt & title element to generated html

craig.mcclanahan@sun.com changed:

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



------- Additional Comments From craig.mcclanahan@sun.com  2002-06-23 00:27 -------
I am unable to reproduce this problem, which I tested by adding the following to
the index.jsp page of struts-example:

  <html:link forward="success"><bean:message key="index.tour"/></html:link>

and then trying the app with and without the null="false" setting.  A couple of
other notes:

* Your two example pages both have the wierd title= and alt= values,
  and appear to be identical.
* I don't see how the "original jsp file" that you included in your
  third attachment could have possibly created either of the two
  generated pages -- the only way to get Struts to create the title=
  and alt= attributes on the generated <a> element itself would be to
  use these attributes on the <html:link> tag.  The nested
  <bean:message> tag cannot cause this.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>