Re: How to skip validation for a particular button

2008-05-19 Thread Jim Kiley
Is this an opportunity to write annotation-driven validation instead? On Mon, May 19, 2008 at 7:26 AM, Arpan Debroy <[EMAIL PROTECTED]> wrote: > As I have 4 buttons in each page, I dont want to write xml files for each > button. There will be so many xml files. > And all my requests come in one e

Re: How to skip validation for a particular button

2008-05-19 Thread Arpan Debroy
As I have 4 buttons in each page, I dont want to write xml files for each button. There will be so many xml files. And all my requests come in one execute method in Action class and from there depending on the request I m calling different methods.. On Mon, May 19, 2008 at 4:45 PM, Lukasz Lenart <

Re: How to skip validation for a particular button

2008-05-19 Thread Lukasz Lenart
> > I have 4 buttons in one page and I have written one validaton xml file like > this :- > > action_class - validation.xml > > But for one specific button I want to skip validation process. > > Is there anybody know how to do that. > Do you have different methods for each button? If so prepare se

How to skip validation for a particular button

2008-05-19 Thread Arpan Debroy
Hi All, I have 4 buttons in one page and I have written one validaton xml file like this :- action_class - validation.xml But for one specific button I want to skip validation process. Is there anybody know how to do that. Thanks Arpan