yeah, i've tried this but, the checkbox in-browser state is NOT set until
Zone returned from from handler. Ok honestly it is set when you click, but
RESET to original state when form submission via XHR started and updated
only when zone is received.

Just check it:


    public Object onSuccess()
    {
       Thread.sleep(15000);
       return zone.getBody();
    }


This is artificially, but in reality users start complaining if they see
delay ~0.5s when clicking checkbox. And this delay can be just network or db
on server side.

And i'm looking for component which will NOT reset state while submitting
form.

On Tue, Oct 19, 2010 at 2:10 PM, ael <alan-lua...@dash.com.ph> wrote:

>
> I mean the link that i posted are components
> therefore they are the same as checkbox...
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/AjaxCheckbox-component-tp3218716p3218786.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to