Re: S2: Struts2 @SkipValidation does not work

2007-12-20 Thread Joachim Ansorg
Hi, I think an interceptor is getting in between, as you mentioned further down the thread. I found out on my project that if the workflow interceptor finds error messages for the page the default result INPUT is returned. You can change that with this in your own interceptor stack:

Re: S2: Struts2 @SkipValidation does not work

2007-11-28 Thread Bionicoder
Hi, The IDE is JBoss IDE Eclipse 1.5 and the application server is JBoss 4.0.5. Yes, the app war file has been totally cleaned and rebuilt. It does not help. Now I already found other workaround to solve my project problem. But I still hope this weird problem can be figured out in order to benef

Re: S2: Struts2 @SkipValidation does not work

2007-11-28 Thread Marcos Mendonça
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 validation XML for list method. Also > I delete validation XML files for other method too. However t

Re: S2: Struts2 @SkipValidation does not work

2007-11-27 Thread Bionicoder
Hi Ted, Thanks for reply. Actually there is no validation XML for list method. Also I delete validation XML files for other method too. However the validation still take effect. that is the thing confuse me. Thanks again, BC Ted Husted wrote: > > How is the validation for the list alias bein

Re: S2: Struts2 @SkipValidation does not work

2007-11-27 Thread Ted Husted
How is the validation for the list 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, > > public class CustomerAct