>
> However, the session passed to the backend isn't always the same one,
> causing the back-end to throw exceptions.

Then there is something wrong that is not Wicket related. Wicket just
passes/ uses the underlying httpSession.

> Is there something i can do to
> maintain the httpSession (and keep it alive).

Set the timeout value in web.xml

> How come i can't get the
> httpSession from the wicket session (like i can with the request)?

We removed that in Wicket 1.2 as I've seen a couple of bad uses of it.
Basically that was people taking the easy way and depending on
HttpSession instead of Wicket's Session without a good reason.

If you use Wicket's default settings, Session sits on HttpSession. An
alternative strategy to getting the session from the request is to
expose get/setAttribute from wicket.Session in a custom Wicket
session.

> Understandably, modifying the existing application opens a whole new can of
> beans... and is outside the scope of the project.

Yeah, that shouldn't be necesarry. You should find out how having
seperate sessions happens.

>
> Thanks for your help,
>
> Nils
>

Good luck,

Eelco


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to