Re: Struts 2.1 validation with annotations

2009-02-20 Thread Musachy Barroso
irection of what I am missing? >> >> >> Norris Shelton >> Software Engineer >> Sun Certified Java 1.1 Programmer >> Shelton Consulting, LLC >> ICQ# 26487421 >> AIM NorrisEShelton >> YIM norrisshelton >> >> >> >> >> __

Re: Struts 2.1 validation with annotations

2009-02-20 Thread billgloff
__ > From: Musachy Barroso > To: Struts Users Mailing List > 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 p

Re: Struts 2.1 validation with annotations

2009-02-19 Thread Norris Shelton
List 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. musachy On Thu, Feb 19, 2009 at 3:31

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 wrote: > validateObject -- "Hey you! Would you help me to carry the stone?" Pin

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: The class that I want to validate is defined as follows: @ParentPackage("conap") publ