the links on the page dont have to be bookmarkable, the only requirement is that after you invalidate the session you use
setresponsepage(page.class) variant - which constructs a bookmarkable link vs a setresponsepage(page) - which constructs a session-relative link and wont work because you invalidated the session -igor On Sat, Nov 7, 2009 at 6:30 AM, David Chang <[email protected]> wrote: > I am reading the book: Wicket in Action. > > The first sentence of the Note on page 274 reads: > ----- > Always set a bookmarkable response page after you invalidate the session. > ----- > > My understanding is that if this page has any Wicket-generated links, it MUST > be bookmarkable links too. > > Correct? > > Thanks! > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
