Re: Handling runtime exceptions in ajax request

2008-11-02 Thread Alex Objelean
exception > within ajax request, without rendering another page? > > -- > Daniel > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --

Handling runtime exceptions in ajax request

2008-08-11 Thread Daniel Stoch
Hi, In Wicket by default IRequestCycleProcessor.respond(RuntimeException, RequestCycle) method is called to handle runtime exceptions. In AbstractRequestCycleProcessor this method throws RestartResponseException (or RestartResponseAtInterceptPageException) and then the other page is shown (eg. Exc