Author: dolander
Date: Thu Aug  5 09:51:49 2004
New Revision: 35747

Modified:
   incubator/beehive/trunk/netui/src/webapp-template/default/error.jsp
Log:
Add the JSTL stuff to the error.jsp
Remove the unreferenced tags libraries form error.jsp



Modified: incubator/beehive/trunk/netui/src/webapp-template/default/error.jsp
==============================================================================
--- incubator/beehive/trunk/netui/src/webapp-template/default/error.jsp 
(original)
+++ incubator/beehive/trunk/netui/src/webapp-template/default/error.jsp Thu Aug 
 5 09:51:49 2004
@@ -1,7 +1,6 @@
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
-<%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0"; 
prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0"; prefix="netui"%>
-<%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0"; 
prefix="netui-template"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%>
 <netui:html>
   <head>
     <title>NetUI Error</title>

Reply via email to