You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/04/26 20:55:59 UTC

DO NOT REPLY [Bug 28606] New: - nested inside a is null

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: dev@struts.apache.org
        ReportedBy: mailings@matthias-wessendorf.de


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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org