RE: Help with validate ActionForm method

2004-06-14 Thread Lesaint Sébastien
Struts Users Mailing List; Lesaint Sébastien Objet : RE: Help with validate ActionForm method I hope you have not set validate="true" for the both the load and submit action mapping i.e there wld be a action mapping for loading the screen(say load) The validate attribute for this action Be set t

RE: Help with validate ActionForm method

2004-06-14 Thread Satish Kataria
I hope you have not set validate="true" for the both the load and submit action mapping i.e there wld be a action mapping for loading the screen(say load) The validate attribute for this action Be set to false Then there wld be a action maqpping when to want to validate(say on submit of a button