Re: Custom error handler and ajax requests (a4j)

2007-08-02 Thread Pawel . Czerwinski
Unfortunatelly, this is not it, I don't use Shale :( Thanks though. -- Regards Paweł Czerwiński [EMAIL PROTECTED] (Gary VanMatre) wrote on 2007-08-02 15:32:02: > Are you using Shale ViewController [1]? If so, try the nightly. > > [1] https://issues.apache.org/struts/browse/SHALE-409 > > >

Re: Custom error handler and ajax requests (a4j)

2007-08-02 Thread Gary VanMatre
>From: [EMAIL PROTECTED] > >Anybody? :> > Are you using Shale ViewController [1]? If so, try the nightly. [1] https://issues.apache.org/struts/browse/SHALE-409 >-- >Regards >Pawe³ Czerwiñski [EMAIL PROTECTED] wrote on 2007-07-31 14:38:59: > > Hi, > I made my own error handler (works l

Re: Custom error handler and ajax requests (a4j)

2007-08-01 Thread Pawel . Czerwinski
Anybody? :> -- Regards Paweł Czerwiński [EMAIL PROTECTED] wrote on 2007-07-31 14:38:59: > > Hi, > I made my own error handler (works like the one described here: > http://wiki.apache.org/myfaces/Handling_Server_Errors) . > In the backing bean I use following lines to fetch the exception

Custom error handler and ajax requests (a4j)

2007-07-31 Thread Pawel . Czerwinski
Hi, I made my own error handler (works like the one described here: http://wiki.apache.org/myfaces/Handling_Server_Errors) . In the backing bean I use following lines to fetch the exception details FacesContext context = FacesContext.getCurrentInstance(); Map requestMap = co