Thanks, I'll try these two options. The user object is set in the session by another JSP before getting into the Wicket application.
Declan Jonas-21 wrote: > > I think you should be able to get into the same session by including a > JSESSIONID > parameter in your jsp url, like "user/include.jsp;jsessionid=<your > session id here>" > > Another possibility would be to have the browser call the jsp url, > maybe with an iframe > or something like that... > -- View this message in context: http://www.nabble.com/Including-dynamic-JSP-content-in-Wicket-page-tp15430548p15432082.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
