Hi Mario, >> One possible enhancement to the error handling feature of myfaces >> could be the capability of redirect to a jsf page. > Any concrete use-case for this, or just yet another > "cool-we-can-make-it" thingy? ;-)
the use-case is that people want the same type of functionality they have in their web.xml (specifying an error-page per exception) in the JSF-world as well. Just doing it in the web.xml is not sufficient, as then the faces-context is already closed and not available anymore, so important context-information for the error would be missing. regards, Martin
