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: > > > delete, getA, getB > > Oops, chalk another one up to my lack of sleep. I was confusing your question with a

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: delete, getA, getB Thanks, -Akash Dave Newton <[EMAIL PROTECTED]> wrote: --- akash agrawal wrote: > I am using validation framework and would like to disa

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.

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 w