Mercurial > dive4elements > gnv-client
view gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 11:3cb753564552
Integration of the required XSL-Transformation of the Describe-Response of the Artifactdatabase
gnv/trunk@90 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 15 Sep 2009 14:19:55 +0000 |
parents | 65ff6fcfee0c |
children | 4ebe57b170d3 |
line wrap: on
line source
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> <struts-config> <global-exceptions/> <action-mappings> <action path="/start" type="de.intevation.gnv.action.FetchArtifactFactoriesAction" scope="request" validate="false"> <forward name="success" path="/WEB-INF/jsp/index.jsp"/> </action> <action path="/selectArtifactFactory" type="de.intevation.gnv.action.SelectArtifactFactoryAction" scope="request" validate="false"> <forward name="success" path="/WEB-INF/jsp/index.jsp"/> </action> </action-mappings> </struts-config>