Igor,
Is there a wicket-preferred way to manage a Visit-esque type of Session bean that can be placed into a session scope for a user? For example, if a user logs in or sets some preferences or clicks some filters and say you want to store all that info in a central bean instance that represents them for that session?

I think this is where most folks need to make that cross over from Model2/MVC/Struts programming and Wicket/JSF component programming.

Igor Vaynberg wrote:
it is discouraged to directly access the http session. that said you can do

((WebRequest)getRequest()).getHttpServletRequest().getSession()

-Igor


On 3/1/06, John Patterson <[EMAIL PROTECTED]> wrote:
Hi,

I am using a wicket 1.2 version from cvs from about 2 wekks ago.  There seems
to be no way to access the HttpSession.  Is this still true?

John.


-------------------------------------------------------
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&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to