This was some really silly stuff in our code..

https://buzzstream2.fogbugz.com/default.asp?5102#31036

On Feb 7, 2010, at 2:20 AM, Martin Grigorov wrote:

> 
> 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
> 


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

Reply via email to