--- 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 being set. However the execute method is always
> called and returns SUCCESS. Should the validation interceptor stop
> invokation of the action and return Action.INPUT? Based on the S2 tutorials
> i did everything required. Could the use of tiles be breaking it? Pls see
> the source below.

I don't see where you're defining your interceptor stacks. (And your action
defs have interceptor-refs in two different places; I'd put them all in one
place for clarity.)

Do your interceptor stacks include the "workflow" interceptor?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to