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=23034>. 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=23034 maxlength not reading from resource bundle by default ------- Additional Comments From [EMAIL PROTECTED] 2003-09-09 17:05 ------- After further discussion on struts-user with David Graham, it looks like this problem only occurs when the name attribute is not specified for the arg0 element. This also works: <field property="description" depends="maxlength"> <arg0 name="maxlength" key="label.bin.title"/> <arg1 name="maxlength" key="${var:maxlength}" resource="false"/> <var> <var-name>maxlength</var-name> <var-value>2000</var-value> </var> </field> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]