Dave,

Thanks for the response.
Could you give an example of how to use the approach you suggested?
Here is my code:
<interceptor-stack name="myStack">
  <interceptor-ref name="defaultStack">
    <param name="validation.excludeMethods">delete, getA, getB</param>
  </interceptor-ref>
</interceptor-stack>            

Thanks,

-Akash

Dave Newton <[EMAIL PROTECTED]> wrote: --- akash agrawal  wrote:
> I am using validation framework and would like to disable validation for
> all the query methods like getA(), getB(), getC().
> 
> There is a excludeMethods property using which I can turn off validation
> for above methods by spelling out each method.
> 
> 1. Is there a way to generalize this so that we don't need to spell out
> each getX method?

Yeah. String's startWith method.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.

Reply via email to