Re: [Validator] maxlength JavaScript not generated

2005-03-09 Thread Matt Raible
Thanks for confirming I wasn't crazy Bill. It turned out that my tag has a "page" attribute defined and I was missing page="1" for this particular field. Thanks, Matt On Mar 8, 2005, at 6:58 PM, Bill Siggelkow wrote: It should be ... I just looked at the latest build and the JS function is de

Re: [Validator] maxlength JavaScript not generated

2005-03-08 Thread Bill Siggelkow
It should be ... I just looked at the latest build and the JS function is defined in the validator-rules.xml and the function itself is located in my commons-1.1.4 jar in the maven repository. On 2005-03-08 18:26:23 -0500, Matt Raible <[EMAIL PROTECTED]> said: I coulda sworn that JavaScript was

[Validator] maxlength JavaScript not generated

2005-03-08 Thread Matt Raible
I coulda sworn that JavaScript was generated for maxlength validation rules, but in my current App (Struts 1.2.4), they don't show up. In validation.xml, I have: maxlength 1800