Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-24 Thread Johannes Geppert
Thanks Umesh, looks like a great benefit for all Struts users! I will give it a try in my next project. Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2013/10/24 Lukasz Lenart > Great! Congratz! > > 2013/10/23 Umesh A

Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-24 Thread Umesh Awasthi
Thanks Johannes!! Looking forward for your inputs to improve it :) Thanks Umesh On Thu, Oct 24, 2013 at 2:30 PM, Johannes Geppert wrote: > Thanks Umesh, looks like a great benefit for all Struts users! > I will give it a try in my next project. > > Johannes > >

RE: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-24 Thread Martin Gainty
If the implementor has predefined Validators and implementor wishes to engage that specific validator at runtime (leaving default struts.jsr303.beanValidator.providerClass for other validators) @Constraint(validatedBy = CommentValidator.class) How would that work? thanks umesh! Martin h

Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-24 Thread Umesh Awasthi
Hi Martin, I am not able to understand your question properly. Can you be a more descriptive for this? Any example or references can help me ;) Thanks Umesh On Thu, Oct 24, 2013 at 5:26 PM, Martin Gainty wrote: > If the implementor has predefined Validators and implementor wishes to > engage