Am 08.09.2011 11:26, schrieb nhsoft.yhw:
in wicket 1.4.x, the code like :

HttpServletRequest request =
getWebRequestCycle().getWebRequest().getHttpServletRequest();   

but i don't know how to get HttpServletRequest  in wicket 1.5


-----
http://www.517wm.com
外卖订餐分享工具
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/how-to-get-HttpServletRequest-in-wicket-1-5-tp3798272p3798272.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


Check migration guide (https://cwiki.apache.org/WICKET/migration-to-wicket-15.html).
All changed method / class names are provided

Yours is
((HttpServletRequest) getRequest().getContainerRequest())

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to