Hi,
After Session.invalidate everything is cleaned up..
change your code from
add (new SLink("gohome", {setResponsePage(classOf[HomePage])}))
to
add(new BookmarkablePageLing("gohome", classOf[HomePage]));
and it will work..
mm:)
p.s.: the javacode for SLink.. is
add(new Link("gohome")
{
onClick()
{
setResponsePage(HomePage.class);
}
}
.. so Url for this Link is not bookmarkable..
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]