/[Apache-SVN]/lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/web.xml
ViewVC logotype

Diff of /lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/web.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/web.xml	2006/05/02 18:26:31	399001
+++ lucene/nutch/trunk/contrib/web2/src/main/webapp/WEB-INF/web.xml	2006/05/02 18:26:46	399002
@@ -7,7 +7,7 @@
 		<param-name>
 			javax.servlet.jsp.jstl.fmt.localizationContext
 		</param-name>
-		<param-value>ApplicationResources</param-value>
+		<param-value>org.nutch.jsp.resources</param-value>
 	</context-param>
 	<servlet>
 		<servlet-name>action</servlet-name>
@@ -54,15 +54,15 @@
 		<welcome-file>index.jsp</welcome-file>
 	</welcome-file-list>
 	<taglib>
-		<taglib-uri>/tags/struts-logic</taglib-uri>
-		<taglib-location>/WEB-INF/tld/struts-logic.tld</taglib-location>
-	</taglib>
-	<taglib>
 		<taglib-uri>/tags/struts-tiles</taglib-uri>
 		<taglib-location>/WEB-INF/tld/struts-tiles.tld</taglib-location>
 	</taglib>
 	<taglib>
-		<taglib-uri>/tags/struts-bean</taglib-uri>
-		<taglib-location>/WEB-INF/tld/struts-bean.tld</taglib-location>
+		<taglib-uri>/tags/jstl-c</taglib-uri>
+		<taglib-location>/WEB-INF/tld/c.tld</taglib-location>
+	</taglib>
+	<taglib>
+		<taglib-uri>/tags/jstl-fmt</taglib-uri>
+		<taglib-location>/WEB-INF/tld/fmt.tld</taglib-location>
 	</taglib>
 </web-app>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26