Re: [Wicket-user] Handling RuntimeException from AjaxRequest

2006-07-29 Thread Eelco Hillenius
/me does a happy dance. Eelco On 7/29/06, p.jasson <[EMAIL PROTECTED]> wrote: > > Yep. You're right. With the lastest snapshot it's working correctly. > -- > View this message in context: > http://www.nabble.com/Handling-RuntimeException-from-AjaxRequest-tf2020124.html#a5557307 > Sent from the

Re: [Wicket-user] Handling RuntimeException from AjaxRequest

2006-07-29 Thread p.jasson
Yep. You're right. With the lastest snapshot it's working correctly. -- View this message in context: http://www.nabble.com/Handling-RuntimeException-from-AjaxRequest-tf2020124.html#a5557307 Sent from the Wicket - User forum at Nabble.com. --

Re: [Wicket-user] Handling RuntimeException from AjaxRequest

2006-07-29 Thread Eelco Hillenius
I haven't tested it, but as we built in that support last week, I think the normal exception strategy should work now. And if it doesn't work yet, we should fix it. Eelco On 7/29/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > don't know what the best way would be. > Maybe we could do it in the

Re: [Wicket-user] Handling RuntimeException from AjaxRequest

2006-07-29 Thread Johan Compagner
don't know what the best way would be.Maybe we could do it in the wicket code when an AjaxRequest does trigger an runtimedo a redirect to the exception page.. Igor?johan On 7/29/06, p.jasson <[EMAIL PROTECTED]> wrote: Hello.I would like to handle exceptions in my code automatically. So, I'm usingon