Re: Struts 2.1 validation with annotations

2009-02-20 Thread billgloff
Mailing List user@struts.apache.org Sent: Thursday, February 19, 2009 3:45:35 PM Subject: Re: Struts 2.1 validation with annotations It seems like the default message for that validator is null. Try adding a break point to ValidatorSupport:getMessage and see if the defaultMessage is null

Re: Struts 2.1 validation with annotations

2009-02-20 Thread Musachy Barroso
Consulting, LLC ICQ# 26487421 AIM NorrisEShelton YIM norrisshelton From: Musachy Barroso musa...@gmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, February 19, 2009 3:45:35 PM Subject: Re: Struts 2.1 validation with annotations

Struts 2.1 validation with annotations

2009-02-19 Thread Norris Shelton
I am looking to set-up validation, but I am getting errors. I added the following to my struts.xml: package name=conap extends=struts-default interceptors interceptor name=cookie class=org.apache.struts2.interceptor.CookieInterceptor/ interceptor-stack

Re: Struts 2.1 validation with annotations

2009-02-19 Thread Musachy Barroso
It seems like the default message for that validator is null. Try adding a break point to ValidatorSupport:getMessage and see if the defaultMessage is null. musachy On Thu, Feb 19, 2009 at 3:31 PM, Norris Shelton norrisshel...@yahoo.com wrote: validateObject -- Hey you! Would you help me to

Re: Struts 2.1 validation with annotations

2009-02-19 Thread Norris Shelton
To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, February 19, 2009 3:45:35 PM Subject: Re: Struts 2.1 validation with annotations It seems like the default message for that validator is null. Try adding a break point to ValidatorSupport:getMessage and see if the defaultMessage is null