mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user