Hello,

In our current application, we remember a lot of form parameters, 
sorting preferences across user sessions by saving them in the database. 
The implementation is simple and *transparent*; we name these fields 
(text boxes, select lists, etc.) starting with "saved." and for every 
request, save the associated key-value pairs from HttpServletRequest in 
the database. While rendering these fields, we lookup the database for 
the saved values which are treated as defaults.

Question is how to do this in wicket?

Thank you.
Ravi





-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to