RE: relation between "validate", validate method and perform method

2001-04-02 Thread Nishit Trivedi
thanks david... i used this approach and its working... Nishit -Original Message- From: David Winterfeldt [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 2:33 PM To: [EMAIL PROTECTED] Subject: Re: relation between "validate", validate method and perform method If v

Re: relation between "validate", validate method and perform method

2001-04-02 Thread David Winterfeldt
If validate is set to true in the struts-config.xml, then the ActionServlet will automatically call the validate method in your ActionForm for you. If there are errors, it will return you to your input attribute's URL. If there aren't any errors, it will call your perform method. If you need to