How to get original exception Object at portlet_error.jsp as it only shows “ABC Portlet Temporarily Unavailble” but i want to print actual Error/Exception
How to get original exception Object at portlet_error.jsp as it only shows ABC Portlet
Share
This JSP-file is included in
html/portal/render_portlet.jsp, so you can create a simple JSP Hook that overrides this JSP and display the wanted Exception information.