Struts 2 JSR-303 Bean Validation Support

2010-12-20 Thread Alfredo Manuel Osorio Martinez
Hello, Does Struts 2 have support for JSR-303 Bean Validation? Alfredo Osorio - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Struts 2 JSR-303 Bean Validation Support

2010-12-20 Thread stanlick
Not quite sure what that means. JSR303 is an annotations based validation API and you could certainly add your own JSR303Interceptor at the appropriate point in the stack. On Mon, Dec 20, 2010 at 10:41 AM, Alfredo Manuel Osorio Martinez alfredo.oso...@afirme.com wrote: Hello, Does Struts 2

RE: Struts 2 JSR-303 Bean Validation Support

2010-12-20 Thread Alfredo Manuel Osorio Martinez
What I mean is out of the box support/integration. -Mensaje original- De: stanl...@gmail.com [mailto:stanl...@gmail.com] Enviado el: Monday, December 20, 2010 11:06 AM Para: Struts Users Mailing List Asunto: Re: Struts 2 JSR-303 Bean Validation Support Not quite sure what that means

Re: Struts 2 JSR-303 Bean Validation Support

2010-12-20 Thread Dave Newton
mean is out of the box support/integration. -Mensaje original- De: stanl...@gmail.com [mailto:stanl...@gmail.com] Enviado el: Monday, December 20, 2010 11:06 AM Para: Struts Users Mailing List Asunto: Re: Struts 2 JSR-303 Bean Validation Support Not quite sure what that means. JSR303

Re: Struts 2 JSR-303 Bean Validation Support

2010-12-20 Thread Dave Newton
: Monday, December 20, 2010 11:06 AM Para: Struts Users Mailing List Asunto: Re: Struts 2 JSR-303 Bean Validation Support Not quite sure what that means. JSR303 is an annotations based validation API and you could certainly add your own JSR303Interceptor at the appropriate point in the stack