Re: an issue with my Action class - help me

2008-07-15 Thread Narayana S
Thanks Dave and Lukasz, i got the concept, and solved the issue. Thank you very much. On Tue, Jul 15, 2008 at 4:47 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Tue, 7/15/08, Narayana S <[EMAIL PROTECTED]> wrote: > > I am new to struts 2. my page is having a list which > >

Re: an issue with my Action class - help me

2008-07-15 Thread Dave Newton
--- On Tue, 7/15/08, Narayana S <[EMAIL PROTECTED]> wrote: > I am new to struts 2. my page is having a list which > is dynamically generated by action, so while calling > the jsp page itself from a menu, I am calling URL > "/mymodule1/EditEmployee.action", which is mapped to > EditEmplyeeAction.

Re: an issue with my Action class - help me

2008-07-15 Thread Lukasz Lenart
Hi, I'm supposing that you have actions mapped by methods in action class (execute(), update(), etc.) If so, to disable validation for particularly methods, annotated them with @SkipValidation Regards -- Lukasz http://www.lenart.org.pl/ -