WW-2383 option transfer select .ftl is brittle - Apply patch submitted by Dale Newfield

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@612336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ted Nathan Husted
2008-01-16 02:31:47 +00:00
parent 15a5c95b8b
commit 8ec7dd34fe
@@ -261,9 +261,7 @@
</#if><#t/>
<#assign doubleItemKeyStr = doubleItemKey.toString() /><#t/>
<#if parameters.doubleListValue?exists><#t/>
<#if stack.findString(parameters.doubleListValue)?has_content><#t/>
<#assign doubleItemValue = stack.findString(parameters.doubleListValue) /><#t/>
</#if><#t/>
<#assign doubleItemValue = stack.findString(parameters.doubleListValue)!"" /><#t/>
<#else><#t/>
<#assign doubleItemValue = stack.findString('top') /><#t/>
</#if><#t/>
@@ -290,4 +288,4 @@
</#if>
</td>
</tr>
</table>
</table>