> 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). [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 ------------------------------------------------------- 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
