dwinterfeldt 02/03/18 19:56:11 Modified: web/blank/WEB-INF web.xml Log: Removed message resource definition since it is now configured in the struts-config.xml for v1.1. Revision Changes Path 1.3 +0 -4 jakarta-struts/web/blank/WEB-INF/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/jakarta-struts/web/blank/WEB-INF/web.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- web.xml 25 Jun 2001 00:02:28 -0000 1.2 +++ web.xml 19 Mar 2002 03:56:11 -0000 1.3 @@ -25,10 +25,6 @@ <servlet-name>action</servlet-name> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> <init-param> - <param-name>application</param-name> - <param-value>ApplicationResources</param-value> - </init-param> - <init-param> <param-name>config</param-name> <param-value>/WEB-INF/struts-config.xml</param-value> </init-param>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>