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
> 
> 
> 
> 
> [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 
> details.... 
> > 
> >         FacesContext context = FacesContext.getCurrentInstance(); 
> >         Map requestMap = context.getExternalContext().getRequestMap(); 

> >         Throwable ex = (Throwable) requestMap.get("javax.servlet.
> > error.exception"); 
> > 
> > And everything works fine when an error occurs during standard 
> > request (eg. when h:commandButton calls a method that throws 
exception). 
> > But when I switch to ajax4jsf and use a4j:commandBut ton, r equestMap 
> > contains no information about exceptions... 
> > Does anybody know, how to dig to this exception when using ajax4jsf 
> > components? 
> > 
> > -- 
> > Regards
> > Paweł Czerwiński
> > [EMAIL PROTECTED]

Reply via email to