Author: mrdon Date: Tue May 22 05:19:17 2007 New Revision: 540555 URL: http://svn.apache.org/viewvc?view=rev&rev=540555 Log: Fixing selected item not recognized WW-1907
Modified: struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl Modified: struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl?view=diff&rev=540555&r1=540554&r2=540555 ============================================================================== --- struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl (original) +++ struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl Tue May 22 05:19:17 2007 @@ -15,7 +15,7 @@ name="${parameters.name?html}"<#rt/> </#if> id="${parameters.id?html}${itemKeyStr?html}"<#rt/> -<#if tag.contains(parameters.nameValue, itemKey)> +<#if tag.contains(parameters.nameValue, itemKeyStr)> checked="checked"<#rt/> </#if> <#if itemKey?exists>