mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
radio checked fix
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
name="${parameters.name?html}"<#rt/>
|
||||
</#if>
|
||||
id="${parameters.id?html}${itemKeyStr?html}"<#rt/>
|
||||
<#if tag.contains(parameters.nameValue!'', itemKeyStr)>
|
||||
<#if tag.contains(parameters.nameValue, itemKey)>
|
||||
checked="checked"<#rt/>
|
||||
</#if>
|
||||
<#if itemKey??>
|
||||
|
||||
Reference in New Issue
Block a user