throw new RestartResponseException(LinkPartners.class)

On Sat, 2010-02-06 at 23:53 -0800, Douglas Ferguson wrote:
> I may be using this wrong, but my understanding was that if I wanted to 
> redirect a user and hault execution of the current page I could do the 
> following:
> 
> setResponsePage(LinkPartners.class);
> throw new AbortException();
> 
> However, there seems to be situations where the AbortException actually 
> bubbles back up to the user.
> What would cause the redirect not to work and the AbortException to make it 
> to the screen?
> 
> D/



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

Reply via email to