Re: [appfuse-user] How to turn off validation

2007-07-22 Thread Fan
Thank you Matt: I got it, here it is in my struts.xml cancel,execute,delete,edit,list,start,search mraible wrote: > > You need to turn off validation for your method in struts.xml by > adding your method to the validation interceptors excludeMethods > parameter. > > Matt > > On 7

Re: [appfuse-user] How to turn off validation

2007-07-17 Thread Matt Raible
You need to turn off validation for your method in struts.xml by adding your method to the validation interceptors excludeMethods parameter. Matt On 7/17/07, Fan <[EMAIL PROTECTED]> wrote: Help !!! Any pointer to this issue will be appreciated. Thank you in advance Fan wrote: > > I am using

Re: [appfuse-user] How to turn off validation

2007-07-17 Thread Fan
Help !!! Any pointer to this issue will be appreciated. Thank you in advance Fan wrote: > > I am using Appfuse 2.0-m5 struts basic module. > > How could I turn off the validation ? > > I tried > > validate="false"> > > but the validation still being triggered, why ? > -- View this mes