Re: DynaValidatorForm not working

2006-10-25 Thread zeta
Hi, your code is ok, but you need to specified in the jsp page the next: *** the jsp file: > > > > type="org.apache.struts.validator.DynaValidatorForm"> >

DynaValidatorForm not working

2006-10-24 Thread Wjleon
Hi, I am trying t use Dynavalidation in a simple test form and it is not working, i.e., I don’t get any error or something similar, instead, the app. “jumps” the validation rules I have set. Here is the extract of my code. I hope someone can help me, here is a extract of my code: