Hello,

I cannot add the session to my project. My project extends
SwramWebApplication and I need it for a Shopping Cart.
My Shopping Cart extends Basepage and it extends WebPage. Mysession extends
WebSession.
 That (see example link below) doesn't work, because session doesn't accept
my application for parameter (because my application extends
SwramWebApplication)  and i additionaly cannot load my dependencies for
Isession Factory
http://blog.platinumsolutions.com/Wicket-Tutorial

That (see below) should too work In MyApplication class put it doesn't work.


@Override
 public Session newSession(Request request, Response response) {
     return session = new MySession(request, response);
 }

Thank you

Jussi

Reply via email to