Re: Validation warning under firefox 1.5

2006-03-09 Thread Xavier Vanderstukken
Thx I forgot to add the line : key="${var:minlength}" resource="false" position="1"/> to my configuration file. But I have allways the javascript warning under firefox 1.5 (I am using Struts 1.3) : *Avertissement : reference to undefined property this[varName] * Niall Pemberton wrote: I don'

Re: Validation warning under firefox 1.5

2006-03-09 Thread Niall Pemberton
I don't see any warnings when I try out the struts-examples webapp (latest 1.2.x version) with Firefox 1.5 - in the validator examples the "Javascript Registration Form" uses minlength on the name fields and it worked with no problem. The problem with your error message is that you're not specifyi

Validation warning under firefox 1.5

2006-03-09 Thread Xavier Vanderstukken
The javascript generates by Struts 1.3 to integrate the common-validator js produces warnings under ff1.5 : Avertissement : reference to undefined property this[varName] this.a0 = new Array("password", "Password can not be less than {1} characters.",new Function ("varName", "this.minlength='6'