dan2000
Joined: 13/04/2006 00:00:00
Messages: 3
Offline
|
I have a session scoped seam component annotated with @Startup. When session is started my init method annotated with @Create is invoked. I can then check user's cookies and login the user automatically if user has logged in before. However, when I use IceFaces in Seam, I can't get HttpRequest anymore during session startup. Anyone having the same problem?
|