On 6/20/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> you either have to pass a reference, keep a reference to last page in
> session, or not use the second level page store.

If you put:

protected ISessionStore newSessionStore() {
  return new HttpSessionStore(this);
}

in your application object, Wicket will use that session store instead
of the default. HttpSessionStore is the same store as was the default
in 1.2.

Eelco

-------------------------------------------------------------------------
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