On 7/31/07, shumbola <[EMAIL PROTECTED]> wrote: > > I've in My application class this: > getApplicationSettings().setPageExpiredErrorPage(MyPageExpired.class); > > In my application I've got a "menu" - a few links to other pages. If i click > links everything works ok, but if click a link or two, and go back with > browser's back button two times and go forth once it shows me my PageExpired > page. Is it due to my application mixes BookmarkablePages and normal pages > or what could be the problem of this behavior?
No, that shouldn't pose any problems. Make sure your session doesn't get invalidated somehow. Try to get it reproducable. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
