Author: tmjee Date: Sat Apr 29 06:09:01 2006 New Revision: 398146 URL: http://svn.apache.org/viewcvs?rev=398146&view=rev Log: remove adding Spring listener from example snippet cause this snippet is used to decribe the minimal configuration, no need to add complexity by including listener to boot up Spring
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=398146&r1=398145&r2=398146&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 Sat Apr 29 06:09:01 2006 @@ -14,11 +14,12 @@ <filter-name>action2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> + <!-- END SNIPPET: example --> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> - <!-- END SNIPPET: example --> + <!-- START SNIPPET: freemarkerSupport --> <servlet> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]