diff options
Diffstat (limited to 'id/ConfigWebTool/src/main/resources/struts.xml')
-rw-r--r-- | id/ConfigWebTool/src/main/resources/struts.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/id/ConfigWebTool/src/main/resources/struts.xml b/id/ConfigWebTool/src/main/resources/struts.xml index 652df73d8..83234ba3c 100644 --- a/id/ConfigWebTool/src/main/resources/struts.xml +++ b/id/ConfigWebTool/src/main/resources/struts.xml @@ -89,7 +89,7 @@ </action> <action name="loadGeneralConfig" method="loadConfig" class="at.gv.egovernment.moa.id.configuration.struts.action.EditGeneralConfigAction"> - <result name="success">/jsp/editGeneralConfig.jsp</result> + <result name="success">/jsp/editMOAConfig.jsp</result> <result name="error">/error.jsp</result> <result name="reauthentication">/index.jsp</result> <result name="notallowed" type="chain">main</result> @@ -98,7 +98,7 @@ <action name="saveGeneralConfig" method="saveConfig" class="at.gv.egovernment.moa.id.configuration.struts.action.EditGeneralConfigAction"> <result name="success" type="chain">main</result> - <result name="error_validation">/jsp/editGeneralConfig.jsp</result> + <result name="error_validation">/jsp/editMOAConfig.jsp</result> <result name="error">/error.jsp</result> <result name="reauthentication">/index.jsp</result> <result name="notallowed" type="chain">main</result> @@ -112,6 +112,13 @@ <interceptor-ref name="defaultStack"/> </action> + <action name="addTestUser" method="createTestUser" class="at.gv.egovernment.moa.id.configuration.struts.action.UserManagementAction"> + <result name="success" type="chain">main</result> + <result name="error">/error.jsp</result> + <result name="reauthentication">/index.jsp</result> + <interceptor-ref name="defaultStack"/> + </action> + </package> </struts>
\ No newline at end of file |