Author: hermanns
Date: Wed Sep 13 02:59:33 2006
New Revision: 442923

URL: http://svn.apache.org/viewvc?view=rev&rev=442923
Log:
radiomap.ftl formats long numbers with commas
o backport from WW 2.2.3

Issue Number: WW-1437

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=442923&r1=442922&r2=442923
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl 
(original)
+++ struts/struts2/trunk/core/src/main/resources/template/simple/radiomap.ftl 
Wed Sep 13 02:59:33 2006
@@ -11,7 +11,7 @@
         <#assign itemValue = stack.findString('top')/>
     </#if>
 <input type="radio" name="${parameters.name?html}" 
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>


Reply via email to