diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-07-07 14:27:08 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-07-07 14:27:08 +0200 |
commit | 85d5d9885979ca298f3d83699a07f7c5c234bec7 (patch) | |
tree | d273ccd77d098bde8f698fec0e78c0470e21e05c /id/ConfigWebTool/src/main/webapp/jsp | |
parent | b6b155c4d55a31a13d189f50831fb7fa8c504b90 (diff) | |
parent | f595cb0d46358e44fad838dd01a449e40c52e18b (diff) | |
download | moa-id-spss-85d5d9885979ca298f3d83699a07f7c5c234bec7.tar.gz moa-id-spss-85d5d9885979ca298f3d83699a07f7c5c234bec7.tar.bz2 moa-id-spss-85d5d9885979ca298f3d83699a07f7c5c234bec7.zip |
Merge remote-tracking branch 'remotes/origin/persistance-fixes' into moa-2.1-Snapshot
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp index 6f266f865..21ba246c1 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp @@ -251,7 +251,8 @@ <table id="stork_pepslist"> <tr><th>Country Shortcode</th><th>PEPS URL</th> <s:iterator value="storkconfig.cpepslist" status="stat"> - <tr><td><s:textfield name="storkconfig.cpepslist[%{#stat.index}].countryCode" value="%{countryCode}" cssClass="textfield_short"/></td> + <tr><td><s:hidden name="storkconfig.cpepslist[%{#stat.index}].hjid" property="%{hjid}"/> + <s:property value="%{countryCode}" /></td> <td><s:textfield name="storkconfig.cpepslist[%{#stat.index}].URL" value="%{URL}" cssClass="textfield_long"/></td> <td><input type="button" value="<%=LanguageHelper.getGUIString("webpages.moaconfig.stork.removepeps", request) %>" onclick='this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);'/></td></tr> </s:iterator> |