Re: Troubles getting validation to work

2008-03-03 Thread mteccles
ubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Troubles-getting-validation-to-work-tp15799918p15806043.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Troubles getting validation to work

2008-03-03 Thread Dave Newton
--- mteccles <[EMAIL PROTECTED]> wrote: > I am trying to validate a form so that field 'username' is 3 characters or > more. I have tried both xml configuration and annotations but seem to be > missing something on how it works. The form is working perfectly, ie all > properties on the class are be

Troubles getting validation to work

2008-03-03 Thread mteccles
lic String getUsername() { return username; } } == -- View this message in context: http://www.nabble.com/Troubles-getting-validation-to-work-tp15799918p15799918.html Sent from the Struts - User mailing list archive at Nabble.com. --