mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
WW-1711:
This fix will work also with primitve types & is more fm-like git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@504196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<#assign itemValue = stack.findString('top')/>
|
||||
</#if>
|
||||
<option value="${itemKey?html}"<#rt/>
|
||||
<#if parameters.nameValue?exists && tag.contains(parameters.nameValue.toString(), itemKey) == true>
|
||||
<#if parameters.nameValue?exists && tag.contains(parameters.nameValue?string, itemKey) == true>
|
||||
selected="selected"<#rt/>
|
||||
</#if>
|
||||
>${itemValue?html}</option><#lt/>
|
||||
|
||||
Reference in New Issue
Block a user