Author: hermanns Date: Tue Apr 11 04:41:14 2006 New Revision: 393192 URL: http://svn.apache.org/viewcvs?rev=393192&view=rev Log: Refactoring webwork-> action2 names for starter sample app o adjusting configurations
Modified: incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml Modified: incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml?rev=393192&r1=393191&r2=393192&view=diff ============================================================================== --- incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml (original) +++ incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml Tue Apr 11 04:41:14 2006 @@ -6,12 +6,12 @@ <!-- START SNIPPET: example --> <filter> - <filter-name>webwork</filter-name> + <filter-name>action2</filter-name> <filter-class>org.apache.struts.action2.dispatcher.FilterDispatcher</filter-class> </filter> <filter-mapping> - <filter-name>webwork</filter-name> + <filter-name>action2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> @@ -46,13 +46,13 @@ <!-- START SNIPPET: taglib --> <!-- - This typically isn't required, as the taglib is included in webwork.jar. - If you really need a taglib configuration within web.xml, copy webwork/src/java/META-INF/taglib.tld - to the WEB-INF directory as webwork.tld. + This typically isn't required, as the taglib is included in struts-action-2.0.jar. + If you really need a taglib configuration within web.xml, copy struts/src/java/META-INF/taglib.tld + to the WEB-INF directory as struts-action.tld. --> <!--taglib> - <taglib-uri>webwork</taglib-uri> - <taglib-location>/WEB-INF/webwork.tld</taglib-location> + <taglib-uri>struts-action</taglib-uri> + <taglib-location>/WEB-INF/struts-action.tld</taglib-location> </taglib--> <!-- END SNIPPET: taglib --> </web-app> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]