Re: S2: Struts2 @SkipValidation does not work

2007-11-28 Thread Bionicoder
arcos Mendonça wrote: > > Hi > > What IDE are you using? Have you tried cleaning up your app and > rebuilding? > > On Nov 27, 2007 6:29 PM, Bionicoder <[EMAIL PROTECTED]> wrote: >> >> Hi Ted, >> >> Thanks for reply. Actually there is no valid

Re: S2: Struts2 @SkipValidation does not work

2007-11-27 Thread Bionicoder
alias being declared? Is there also > an XML file? > > -Ted. > > On Nov 27, 2007 3:16 AM, Bionicoder <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I want to disable validation for certain Struts 2 method. For example, in >> the following action class

S2: Struts2 @SkipValidation does not work

2007-11-27 Thread Bionicoder
Hi, I want to disable validation for certain Struts 2 method. For example, in the following action class, public class CustomerAction extends ActionSupport { private Customer customer; public String input() { return INPUT; } public String save() {