From: <die...@us...> - 2012-03-20 09:04:30
|
Revision: 3830 http://openutils.svn.sourceforge.net/openutils/?rev=3830&view=rev Author: diego_schivo Date: 2012-03-20 09:04:20 +0000 (Tue, 20 Mar 2012) Log Message: ----------- struts-config.xml Added Paths: ----------- magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/struts-config.xml Added: 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 (rev 0) +++ magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/struts-config.xml 2012-03-20 09:04:20 UTC (rev 3830) @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!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> + </action-mappings> +</struts-config> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |