From 0a70a1e4775c4f7e883bfb5ca1cd63279b7c0d33 Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Tue, 22 May 2007 12:18:33 +0000 Subject: [PATCH] Fixing selected item not recognized WW-1907 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@540554 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/main/resources/template/simple/radiomap.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/template/simple/radiomap.ftl b/core/src/main/resources/template/simple/radiomap.ftl index 00629f0c3..df92086c5 100644 --- a/core/src/main/resources/template/simple/radiomap.ftl +++ b/core/src/main/resources/template/simple/radiomap.ftl @@ -15,7 +15,7 @@ name="${parameters.name?html}"<#rt/> id="${parameters.id?html}${itemKeyStr?html}"<#rt/> -<#if tag.contains(parameters.nameValue, itemKey)> +<#if tag.contains(parameters.nameValue, itemKeyStr)> checked="checked"<#rt/> <#if itemKey?exists>