It is only the formcomponent's value, not the form, which is stored in
a cookie. A typical use case is to remember the login and password to
provide a rememberMe functionality and signin2 actually does it like
that. Very straight forward, very easy to use.

Juergen

On 8/1/05, Phil Kulak <[EMAIL PROTECTED]> wrote:
> No, you're going to want to use a cookie there. I've never actually
> figured out the use case for saving a form in cookies. Also, I don't
> think I'm comfortable with sending all that data across every request
> regardless of weather it's needed or not.
> 
> On 7/31/05, Gili <[EMAIL PROTECTED]> wrote:
> > Hi Juergen,
> >
> >         I want to remember the user's shopping cart ID across browser 
> > sessions.
> > FormComponent's Javadoc is too brief. What does this do? When is it
> > supposed to be used?
> >
> > Thanks,
> > Gili
> >
> > > Gili,
> > >
> > > are you sure you need it? You didn't say what you try to do. But in
> > > many cases FormComponent.setPersistent(true/false) should do it as
> > > well.
> > >
> > > Juergen
> >
> >
> > -------------------------------------------------------
> > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> > from IBM. Find simple to follow Roadmaps, straightforward articles,
> > informative Webcasts and more! Get everything you need to get up to
> > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to