From: <die...@us...> - 2012-03-20 16:13:48
|
Revision: 3844 http://openutils.svn.sourceforge.net/openutils/?rev=3844&view=rev Author: diego_schivo Date: 2012-03-20 16:13:42 +0000 (Tue, 20 Mar 2012) Log Message: ----------- struts-config.xml Modified Paths: -------------- magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/struts-config.xml Modified: magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/struts-config.xml =================================================================== --- magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/struts-config.xml 2012-03-20 16:11:17 UTC (rev 3843) +++ magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/struts-config.xml 2012-03-20 16:13:42 UTC (rev 3844) @@ -2,8 +2,9 @@ <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"> <struts-config> <action-mappings> - <action name="sample" type="it.openutils.magnoliastruts.samples.SampleStrutsAction" validate="false" path="/sample"> - <forward name="sample" path="/templates/samples-struts/paragraph.jsp" redirect="true" /> + <action name="samplestruts" type="it.openutils.mgnlstruts11.samples.SampleStrutsAction" validate="false" path="/samplestruts"> + <forward name="sample" path="/templates/samples-struts11/paragraph.jsp" redirect="true" /> </action> </action-mappings> + <controller processorClass="it.openutils.mgnlstruts11.process.MgnlRequestProcessor" /> </struts-config> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |