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