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=10705>. 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=10705 Title being created on a link tag when title is not an attribute, but... ------- Additional Comments From [EMAIL PROTECTED] 2002-08-22 03:42 ------- Looking at the code for BaseHandlerTag.message() and cutting out unused code for case literal,key=null if (literal != null) { } else { if (key != null) { } else { return null; } } The method does indeed return null when both are null, so the first suggested patch would do nothing. A closer look at the nullValue property and the MessageResources returnNull need to be made. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>