Thank you!
Now, my problem is that there are two sessions (one in wicket application
and another in jsp). How achievement maintain the values existing in the
request from wicket to return to interact in the page jsp.
Example:
page in wicket (Page.java)
WebRequestCycle cycle = (WebRequestCycle) RequestCycle.get();
HttpServletRequest request =
cycle.getWebRequest().getHttpServletRequest();
HttpServletResponse response =
cycle.getWebResponse().getHttpServletResponse();
HttpSession session = request.getSession();
How return a page in jsp.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Call-me-page-wicket-from-iframe-in-page-jsp-tp4658716p4658792.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org