[
https://issues.apache.org/jira/browse/WW-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178275#comment-15178275
]
Lukasz Lenart commented on WW-4586:
-----------------------------------
Looks like it's already resolved
{code:xml}
<#if parameters.listKey??>
<#assign itemKey = stack.findValue(parameters.listKey)/>
<#else>
<#assign itemKey = stack.findValue('top')/>
</#if>
<#assign itemKeyStr = itemKey.toString() />
{code}
> Custom StrutsTypeConverter's convertToString not called in radio and
> checkboxlist tags
> --------------------------------------------------------------------------------------
>
> Key: WW-4586
> URL: https://issues.apache.org/jira/browse/WW-4586
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - Tags
> Affects Versions: 2.3.24
> Reporter: Aleksandr Mashchenko
> Fix For: 2.3.25, 2.5
>
>
> Basically same as WW-2367 but for radio and checkboxlist tags
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)