Re: validation excludeMethods version 2.0.11

2008-03-06 Thread akash agrawal
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.excludeMethodsdelete, getA, getB/param /interceptor-ref /interceptor-stack

Re: validation excludeMethods version 2.0.11

2008-03-06 Thread Dave Newton
--- akash agrawal [EMAIL PROTECTED] wrote: 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.excludeMethodsdelete, getA, getB/param

validation excludeMethods version 2.0.11

2008-03-05 Thread akash agrawal
Hi, 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

Re: validation excludeMethods version 2.0.11

2008-03-05 Thread Dave Newton
--- akash agrawal [EMAIL PROTECTED] 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.