You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

In some cases, you might need to access the Wicket session object in other servlets when you are in a servlet environment. For this, you can use the servlet filter:

wicket.protocol.http.servlet.WicketSessionFilter

See its javadoc for how to use.

  • No labels