diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 13:06:25 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 13:06:25 +0200 |
commit | 5930089a7cb994c73e866dccf39bc831cee68668 (patch) | |
tree | 34dd6dc2e4760a0a2056f679236a5c5787f28c90 /id/ConfigWebTool/src/main/resources | |
parent | 3e3b665587f821bd01a93635495be25d588bd84d (diff) | |
download | moa-id-spss-5930089a7cb994c73e866dccf39bc831cee68668.tar.gz moa-id-spss-5930089a7cb994c73e866dccf39bc831cee68668.tar.bz2 moa-id-spss-5930089a7cb994c73e866dccf39bc831cee68668.zip |
update BKUSelection customization preview
Diffstat (limited to 'id/ConfigWebTool/src/main/resources')
-rw-r--r-- | id/ConfigWebTool/src/main/resources/struts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/ConfigWebTool/src/main/resources/struts.xml b/id/ConfigWebTool/src/main/resources/struts.xml index 3fc82f83f..68cd85b2f 100644 --- a/id/ConfigWebTool/src/main/resources/struts.xml +++ b/id/ConfigWebTool/src/main/resources/struts.xml @@ -169,7 +169,7 @@ <interceptor-ref name="OwnStack"/> </action> - <action name="bkuFramePreview" method="bkuFramePreview" class="at.gv.egovernment.moa.id.configuration.struts.action.EditOAAction"> + <action name="bkuFramePreview" method="bkuFramePreview" class="at.gv.egovernment.moa.id.configuration.struts.action.BasicOAAction"> <result type="stream"> <param name="contentType">text/html</param> <param name="inputName">stream</param> |