Greetings,

Can anyone offer any thought on the following situation:

    @DefaultHandler
    public Resolution view() {...}

    @HandlesEvent("verify")
    public Resolution submit() {...}

    @ValidationMethod(on = "verify")
    public void validateAnswers(ValidationErrors errors) {...}

For the most part, when the validateAnswers finds answers, it returns
control to the submit method, however, once in a while, it returns control
to the default handler (view). Any insights will be greatly appreciated.

-a


-- 
Aaron Stromas
Mobile: +1 240 271 6458
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to