Author: gnodet
Date: Fri Feb 16 07:37:14 2007
New Revision: 508451

URL: http://svn.apache.org/viewvc?view=rev&rev=508451
Log:
SM-849: The web console fails when displaying an error

Modified:
    
incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/src/main/webapp/error.jsp

Modified: 
incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/src/main/webapp/error.jsp
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/src/main/webapp/error.jsp?view=diff&rev=508451&r1=508450&r2=508451
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/src/main/webapp/error.jsp
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/src/main/webapp/error.jsp
 Fri Feb 16 07:37:14 2007
@@ -15,7 +15,7 @@
     limitations under the License.
 --%>
 <%@ page isErrorPage="true" %>
-<%@ taglib uri="WEB-INF/tags/sitemesh-page.tld" prefix="page" %>
+<%@ taglib uri="http://www.opensymphony.com/sitemesh/page"; prefix="page" %>
 <%@ page import="java.io.*" %>
 <html>
 <head>


Reply via email to