mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
ww-1300 (patched submited by Dennis) Thx Dennis.
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@398179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
<#else>
|
||||
<#assign itemValue = stack.findString('top')/>
|
||||
</#if>
|
||||
<input type="checkbox" name="${parameters.name?html}" value="${itemKey?html}" id="${parameters.name?html}-${itemCount}"<#rt/>
|
||||
<#assign itemKeyStr=itemKey.toString() />
|
||||
<input type="checkbox" name="${parameters.name?html}" value="${itemKeyStr?html}" id="${parameters.name?html}-${itemCount}"<#rt/>
|
||||
<#if tag.contains(parameters.nameValue, itemKey)>
|
||||
checked="checked"<#rt/>
|
||||
</#if>
|
||||
|
||||
Reference in New Issue
Block a user