diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-24 13:25:04 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-24 13:25:04 +0100 |
commit | b819b1f8cd82383fd2b2ed63dc71f6ac23fa9731 (patch) | |
tree | e5cc15a66e0ac60efeb98257f81c6852bd337476 /id/ConfigWebTool/src/main/resources | |
parent | d8afdada80249cc2d944b120343fdc22c22ba707 (diff) | |
download | moa-id-spss-b819b1f8cd82383fd2b2ed63dc71f6ac23fa9731.tar.gz moa-id-spss-b819b1f8cd82383fd2b2ed63dc71f6ac23fa9731.tar.bz2 moa-id-spss-b819b1f8cd82383fd2b2ed63dc71f6ac23fa9731.zip |
fix problem in moa-id-configuration with duplicate entries and delete operation
Diffstat (limited to 'id/ConfigWebTool/src/main/resources')
-rw-r--r-- | id/ConfigWebTool/src/main/resources/struts.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/id/ConfigWebTool/src/main/resources/struts.xml b/id/ConfigWebTool/src/main/resources/struts.xml index f978e9385..6182a30ce 100644 --- a/id/ConfigWebTool/src/main/resources/struts.xml +++ b/id/ConfigWebTool/src/main/resources/struts.xml @@ -115,8 +115,9 @@ </action> <action name="main" method="generateMainFrame" class="at.gv.egovernment.moa.id.configuration.struts.action.MainAction"> + <result name="input">/jsp/mainpage.jsp</result> <result name="success">/jsp/mainpage.jsp</result> - <result name="error">/error.jsp</result> + <result name="error">/error.jsp</result> <result name="reauthentication" type="redirectAction"> <param name="actionName">logout</param> <param name="namespace">/</param> |