DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28606>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28606 nested <argX> inside a <field/> is null Summary: nested <argX> inside a <field/> is null Product: Struts Version: Nightly Build Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Validator Framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Tried the nightly build from today and got an 'error'. i executed the validator-samples and all fields are empty. so i got 7 times "null is required" instead of address is required (or other field). (http://localhost:8080/struts-examples/validator/registration-submit.do) validation.xml contains (for address): <field property="addr" depends="required"> <arg0 key="registrationForm.addr.displayname" /> </field> and jsp: <html:textarea property="addr" cols="40" rows="5"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]