0 Replies Latest reply on May 2, 2008 7:52 PM by mohitmutha

    Custom Error Pages for Portlet

    mohitmutha

      I am developing a JSF portlet. The requirement is to display all unhandled runtime exceptions in the portlet area. From Section 8 in the portlet reference it seems possible by configuring the page level error JSP. But when I simulate a runtime exception in one of my managed beans the control is always going to the JSP configured for the portal level. Any ideas how this can be implemented?