Author: gnodet
Date: Fri Feb 16 07:32:44 2007
New Revision: 508449

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

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

Modified: 
incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/error.jsp
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/error.jsp?view=diff&rev=508449&r1=508448&r2=508449
==============================================================================
--- 
incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/error.jsp 
(original)
+++ 
incubator/servicemix/trunk/web/servicemix-web-console/src/main/webapp/error.jsp 
Fri Feb 16 07:32:44 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