RE: What should be in validate() method when using struts validator package

2003-07-10 Thread sriram
g displayed properly. What could be the reason? -Original Message- From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: RE: What should be in validate() method when using struts validator package HI again this pdf gives

RE: What should be in validate() method when using struts validator package

2003-07-09 Thread Nagendra Kumar O V S
s.xml   --nagi   ---Original Message---   From: Struts Users Mailing List Date: Thursday, July 10, 2003 12:10:40 PM To: 'Struts Users Mailing List' Subject: RE: What should be in validate() method wh

RE: What should be in validate() method when using struts validator package

2003-07-09 Thread sriram
: Re: What should be in validate() method when using struts validator package hi, struts validator provides both client side as well as server side validations. if u want to use the serverside validations , u have to extend the validatorForm instead of ActionForm and remove the validate() method

Re: What should be in validate() method when using struts validator package

2003-07-09 Thread Nagendra Kumar O V S
hi, struts validator provides both client side as well as server side validations. if u want to use the serverside validations , u have to extend the validatorForm instead of ActionForm and remove the validate() method all together. but, in my ap