You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/02/16 16:37:15 UTC

svn commit: r508451 - /incubator/servicemix/branches/servicemix-3.1/web/servicemix-web-console/src/main/webapp/error.jsp

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>