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

2013-10-29 Thread Umesh Awasthi
Thanks for the post and everything seems to be in-place :) One point which even i missed on plugin page is about using XML file for validation. Will update plugin page soon with this information. Thanks Umesh On Tue, Oct 29, 2013 at 7:13 PM, bphill...@ku.edu wrote: > Umesh: > >Here is the

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

2013-10-29 Thread bphill...@ku.edu
Umesh: Here is the link to the blog entry I wrote: http://www.brucephillips.name/blog/index.cfm/2013/10/29/New-Struts-2-Plugin-For-JSR-303-Bean-Validation Please let me know if I need to make any changes. Thanks again for all the work you put into creating this plugin. Bruce --

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

2013-10-28 Thread umeshawasthi
-Original Message- From: "bphill...@ku.edu" Date: Mon, 28 Oct 2013 06:43:56 To: Reply-To: "Struts Users Mailing List" Subject: Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available Umesh: Does the JSR303 Validation Plugin work with Struts 2 XML validation

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

2013-10-28 Thread bphill...@ku.edu
Umesh: Does the JSR303 Validation Plugin work with Struts 2 XML validation? In my example project the validation plugin is working but the XML validation I have is not being executed. See: http://www.stfm.org/test/jsr303_validation.zip Besides the validation annotations applie

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

2013-10-25 Thread Umesh Awasthi
Hi Bruce, I will be more than happy , let me know if i can contribute in any form? I also need to update Github information as still XML based validation information is missing from there. Thanks Umesh On Sat, Oct 26, 2013 at 3:48 AM, Paul Benedict wrote: > JSR-303 validation should be the no

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

2013-10-25 Thread Paul Benedict
JSR-303 validation should be the norm for Struts 3. On Fri, Oct 25, 2013 at 1:53 PM, bphill...@ku.edu wrote: > Works now - thank you for the help and for creating a very useful plugin. > > Would you mind if I wrote an article about how to use this plugin for my > blog (http://www.brucephillips.

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

2013-10-25 Thread bphill...@ku.edu
Works now - thank you for the help and for creating a very useful plugin. Would you mind if I wrote an article about how to use this plugin for my blog (http://www.brucephillips.name/blog)? Bruce -- View this message in context: http://struts.1045723.n5.nabble.com/ANNOUNCEMENT-Struts2-JSR30

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

2013-10-25 Thread Umesh Awasthi
Hi Bruce, Only thing you were missing is to tell Underlying bean Validator to validate your bean. You placed constraints on your Person bean , but you need to indicate that you want to validate this bean In you EditAction.java you need to add @Valid annotation like @Valid private Person personB

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

2013-10-25 Thread bphill...@ku.edu
I've modified one of my form processing example applications to include this plugin. It is not working as it allows you to not enter a value for first name even though I've annotated it with @Size(min=5). I double-checked that I'm following all the steps you listed in your ReadMe.md file at GitHu

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

2013-10-24 Thread Umesh Awasthi
tp://pic.dhe.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=%2Fcom.ibm.websphere.nd.doc%2Finfo%2Fae%2Fae%2Fcdat_beanval.html > > > > > > > Date: Thu, 24 Oct 2013 11:00:58 +0200 > > Subject: Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available > > From: j

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

2013-10-24 Thread Martin Gainty
http://pic.dhe.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=%2Fcom.ibm.websphere.nd.doc%2Finfo%2Fae%2Fae%2Fcdat_beanval.html > Date: Thu, 24 Oct 2013 11:00:58 +0200 > Subject: Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available > From: jo...@apache.org &

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 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-23 Thread Lukasz Lenart
Great! Congratz! 2013/10/23 Umesh Awasthi : > Hi All, > > I am pleased to announce that Struts2-Jsr303-Validation-Plugin is > available. > This Plugin works as a bridge between Struts2 and JSR-303 Compliant bean > Validator. > Some of reference implementation for JSR303 are > > >- Hibernate