Sorry for mistake... I've updated the comment

aditsu wrote:
> 
> Thanks, but I can't find any handleRuntimeException method in any class.
> I'm using wicket 1.4-m3.
> Also, if the method is private, then how can I possibly override it?
> 
> 
> Alex Objelean wrote:
>> 
>> There are more threads about this issue... 
>> 
>> In order to catch all runtime exception, you have to override default
>> RequestCycle (newRequestCycle method) in your application class and
>> override <private Page handleRuntimeException(final Page page, final
>> RuntimeException e)> method.
>> 
>> 
>> Alex Objelean
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Handling-exceptions-during-render-tp20301737p20302752.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to