On 8/21/05, Dan Gould <[EMAIL PROTECTED]> wrote:
> > Dan,
> >
> > what is the reason that you manually set  the cookies? Why don't you
> > use FormComponent.setPersistence(true) which should be all you need
> > for TextBoxes etc.. Wicket stores the cookies and reloads them into
> > the model automatically.
> >
> > Juergen
> 
> Juergen--
> 
> Yes, I use that in other places and it's great for persisting forms
> fields.  However, I'm trying to do something quite different here (each
> page is customized based on users' past actions even if they've never
> encountered a page with a Form on it).
> 

May be we should extend WebResponse and WebRequest with some simple to
use methods like persistValue() and getPersistedValue() which by
default delegates to HttpServletRequest....

Juergen

> [It would be nice if Wicket provided a way to do this more directly;
> likewise, it would be great if there were an easy way to get the full Url
> we were loaded from...]
> 
> Dan
> 

Mind you opening an RFE for both. Only this way we can make sure it
will not be forgotten.

Thanks
Juergen


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to