Author: tyrell
Date: Tue Jan 15 03:41:47 2008
New Revision: 12261

Log:

Preventing error.jsp getting set as a bounceback once an exception is thrown.

Modified:
   trunk/mashup/java/modules/www/error.jsp

Modified: trunk/mashup/java/modules/www/error.jsp
==============================================================================
--- trunk/mashup/java/modules/www/error.jsp     (original)
+++ trunk/mashup/java/modules/www/error.jsp     Tue Jan 15 03:41:47 2008
@@ -73,7 +73,7 @@
 </head>
 <body>
 <div id="page">
-    <% String thisPage = "error.jsp"; %>
+    <% String thisPage = "index.jsp"; %>
     <%@ include file="header.jsp" %>
     <div id="search"></div>
     <div id="welcome">
@@ -86,8 +86,7 @@
 
             <tr>
                 <td valign="top">
-                   <%-- <div><%= exception.printStackTrace() %>
-                    </div>--%>
+                   <%--<div><%= exception.printStackTrace() %></div>--%>
                 </td>
             </tr>
 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to