Author: julien(a)jboss.com
Date: 2007-06-15 10:48:02 -0400 (Fri, 15 Jun 2007)
New Revision: 7442
Added:
trunk/core/src/resources/portal-core-war/WEB-INF/jsp/error/
trunk/core/src/resources/portal-core-war/WEB-INF/jsp/error/page.jsp
trunk/core/src/resources/portal-core-war/WEB-INF/jsp/error/portal.jsp
Removed:
trunk/core/src/resources/portal-core-war/WEB-INF/jsp/control/
Log:
renamed conveniently the error page for control policy
Added: trunk/core/src/resources/portal-core-war/WEB-INF/jsp/error/page.jsp
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/jsp/error/page.jsp
(rev 0)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/jsp/error/page.jsp 2007-06-15
14:48:02 UTC (rev 7442)
@@ -0,0 +1,3 @@
+Error type: <%= request.getAttribute("org.jboss.portal.control.ERROR_TYPE")
%><br/>
+Cause: <%= request.getAttribute("org.jboss.portal.control.CAUSE")
%><br/>
+Message: <%= request.getAttribute("org.jboss.portal.control.MESSAGE")
%><br/>
Added: trunk/core/src/resources/portal-core-war/WEB-INF/jsp/error/portal.jsp
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/jsp/error/portal.jsp
(rev 0)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/jsp/error/portal.jsp 2007-06-15
14:48:02 UTC (rev 7442)
@@ -0,0 +1,3 @@
+Error type: <%= request.getAttribute("org.jboss.portal.control.ERROR_TYPE")
%><br/>
+Cause: <%= request.getAttribute("org.jboss.portal.control.CAUSE")
%><br/>
+Message: <%= request.getAttribute("org.jboss.portal.control.MESSAGE")
%><br/>
Show replies by date