To expand on Josh's suggestion,

In your Login link (probably on an abstract page you inherit for other
app pages) you would have an onClick that doesn't just
setResponsePage(YourLoginPage.class), but instead throws the
Restart...exception.  That way, when the login completes, it should
come back to the page the login link was pressed on.

-- Jim.

On Fri, Jun 3, 2011 at 1:57 PM, Josh Kamau <joshnet2...@gmail.com> wrote:
> Andy,
>
> "...Not only security frameworks can use this, you can do it yourself by
> throwing a RestartResponseAtInterceptPage exception."
>
> Josh
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to