Re: SimpleAuthorizationStratagy with errormessage fails

2009-06-07 Thread Cuball
object in the session (=OK) > > *users clicks back button of the browser -> the isAhtorized method isn't > called anymore and the user returns to the OnlineAvailibiltyPage ( NOT > OK ) > > > > I thinks this happens because after the error occurred my page isn&#x

SimpleAuthorizationStratagy with errormessage fails

2009-05-25 Thread Boydens Joeri (OZ)
Hi all, I have a created a simple authorizationstrategy, SimplePageAuthorizationStrategy authorizationStrategy = new SimplePageAuthorizationStrategy( OnlineVacationAvailabilityPage.class, VacationAlreadyRegisteredPage.class) {