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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Additional Comments From [EMAIL PROTECTED] 2002-07-23 08:17 ------- Ok, here is an attachment with a war file with a simple testcase. Try to change the <message-resources > line in the struts-config.xml file to include or exclude the attribute null="false". With null=false, the generated html code for the first.jsp file is <form name="dynamicForm" method="POST" action="/strutsbug/first.do"> simple string <input type="text" name="field1" value="" title="???en_US.null???" alt="???en_US.null???"> </form> Without null="false", the generated code is <form name="dynamicForm" method="POST" action="/strutsbug/first.do"> simple string <input type="text" name="field1" value=""> </form> The problem are the generated title & alt attributes for the html:text input. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>