Re: Troubles getting validation to work

2008-03-03 Thread mteccles
workflow interceptor was missing, this was the problem. newton.dave wrote: > > --- 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 somethi

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