RE: Re: How to : Different validation check for different mappings but same filter

2014-03-17 Thread saurabh narayan singh
Thank you very much :) Works fine, and it helped me understand the chaining a bit better :) Regards, Saurabh -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3074743

Re: How to : Different validation check for different mappings but same filter

2014-03-12 Thread Tim Peierls
On Wed, Mar 12, 2014 at 3:18 AM, saurabh narayan singh < cenasaur...@gmail.com> wrote: > I have multiple mappings in the restlet which are supposed to pass through > the same filter and authenticator, but for the different mappings i have to > use validationPresence(attribute) for different attrib

How to : Different validation check for different mappings but same filter

2014-03-12 Thread saurabh narayan singh
I have multiple mappings in the restlet which are supposed to pass through the same filter and authenticator, but for the different mappings i have to use validationPresence(attribute) for different attributes, refer the code below for better understanding of the question : @Override p