>  I tried both AbortException and RestartResponseException. They didn't work.
>  AbortException basically causes Wicket to show a blank page instead of
>  redirecting to the external site while RestartResponseException caused stack
>  overflow error. The exceptions were thrown in
>  onUnauthorizedInstantiation(...) method.

You should use the RestartResponseException, not AbortException
directly. The stack overflow error is something you can fix yourself;
make sure you redirect to a page that won't cause these redirects to
be triggered again.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to