Session invalidation - 1.4-rc1

2008-12-02 Thread Adriano dos Santos Fernandes
Hi! After upgrade from m3 to rc1, a problem with session invalidation appeared. I have a Exit menu, using Ajax (AbstractDefaultAjaxBehavior). On its respond, it does: getSession().invalidate(); setResponsePage(HomePage.class); This worked with m3, but now nothing happens, and in the

Re: Session invalidation - 1.4-rc1

2008-12-02 Thread Adriano dos Santos Fernandes
Oops, problem a bit different, and solved, but I don't know why this worked before and not now. HomePage has only one constructor: HomePage(PageParameters parameters) Creating a instance now works: setResponsePage(new HomePage(new PageParameters())); I believe, in 1.4-m3 a empty