Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Rob Leland
Eric Weidner wrote: I am running Struts 1.1b2 on Jboss 3.0.3 w/ Tomcat 4.1.12 with JDK 1.4.1 on Windows XP. Is this truely Struts 1.1B2, or a nightly ? The requiredif javascript method wasn't added until Oct 18 or so. Mixing different functionality from 1.1B2 a nightly build will get you

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Eric Weidner
Yes, this is truly 1.1b2 and that is the line that failed. I figured the requiredif was in there since the documentation mentioned it as a feature in 1.1. I'll get a nightly and try that. BTW, was one of the bugs that was fixed validating max and min length on password fields? Thanks, Eric

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Rob Leland
Eric Weidner wrote: Yes, this is truly 1.1b2 and that is the line that failed. I figured the requiredif was in there since the documentation mentioned it as a feature in 1.1. When downloading a struts version always refer to the version of the docs that come with that download. The docs on

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Eric Weidner
I'm now using the 20021102 1.1 nightly build and I get the following java script error when submitting the page. Error: invalid assignment left-hand side Source Code: this.field-test[0]='NOTNULL'; this.maxlength='20'; this.field[0]='field1'; this.mask=/^[a-zA-Z0-9\-]*$/; return this[varName];