Re: [Lift] Generic Ajax exception handling

2009-11-24 Thread David Pollak
On Tue, Nov 24, 2009 at 4:09 AM, Marius wrote: > Hi, > > We have today the LiftRules.exceptionHandler that we can use as a > single point where we can capture exceptions during stateful > processing which is applied for stateful DispatchPF and page > rendering. > > It looks like we can applythe s

[Lift] Generic Ajax exception handling

2009-11-24 Thread Marius
Hi, We have today the LiftRules.exceptionHandler that we can use as a single point where we can capture exceptions during stateful processing which is applied for stateful DispatchPF and page rendering. It looks like we can applythe same mechanism when handling AjaxRequests so that the LiftRules.