You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Juri Prokofjev <pr...@gmail.com> on 2009/02/04 15:13:39 UTC

autosave

Hello,

Is there any way to implement similar functionality like in gmail?
When you have typed a big letter and computer was accidentally
shutdowned then it's always possible to get that letter from the
drafts. Has any one tried it with wicket?


Thank you in advance,
Juri Prokofiev

-- 
http://www.autoladu.ee  - kõik varuosad ühes kohas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: autosave

Posted by Timo Rantalaiho <Ti...@ri.fi>.
On Wed, 04 Feb 2009, Dipu wrote:
> have a look at AbstractAjaxTimerBehavior

Rather than timers, we've found OnChangeAjaxBehavior or 
other save-on-every-input behaviors (possibly with throttle) 
the best for implementing autosave. YMMV :)

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: autosave

Posted by Dipu <di...@googlemail.com>.
have a look at AbstractAjaxTimerBehavior

dipu

On Wed, Feb 4, 2009 at 2:13 PM, Juri Prokofjev <pr...@gmail.com> wrote:
> Hello,
>
> Is there any way to implement similar functionality like in gmail?
> When you have typed a big letter and computer was accidentally
> shutdowned then it's always possible to get that letter from the
> drafts. Has any one tried it with wicket?
>
>
> Thank you in advance,
> Juri Prokofiev
>
> --
> http://www.autoladu.ee  - kõik varuosad ühes kohas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org