On Tue, Jan 12, 2010 at 8:29 PM,  <[email protected]> wrote:

> Author: hlship
> Date: Tue Jan 12 19:29:11 2010
> New Revision: 898476
>
> URL: http://svn.apache.org/viewvc?rev=898476&view=rev
> Log:
> TAP5-979: Form component should be more careful with the validation tracker 
> to ensure that a session is not created unless needed
>

I think this is causing some hassle to validation mechanism, i got a form with:

@Component
private Form formId;

void onValidateFormFromFormId()
{
    // while here do me check and...
    formId.recordErorr("BIG ERROR");
}

void onFailureFromFormId()
{
     // clean up
}


void onSuccessFromFormId()
{
    // record into db and go on...
}


Well my onFailure is never called while onSuccess is always... does
anyone else has noted this behavior?

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to