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





------- Additional Comments From [EMAIL PROTECTED]  2002-07-25 13:59 -------
I've seen this as well.  The tags are looking up a message resource "null" that 
isn't there, so it is returning a string as you asked it to.  

I'm guessing the "Right-thing-to-do" would be change all of the custom tags to 
not look up the message resource if no resource key is specified.  I'm guessing 
they check for null after the resource lookup now, which is why they don't 
return alt and title if the message resources are set to null=true.  

There is a simple 90% solution though.  Add the line "null=" to your 
appropriate ApplicationResources file.  You'll still get the alt and title 
tags, but they'll be render as alt="" and title="".

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to