[
https://issues.apache.org/jira/browse/COCOON-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487434
]
Antonio Gallardo commented on COCOON-2040:
------------------------------------------
Is not possible to resume the whole patch to this change in JXMacrosHelper.java:
from:
String value = (String)unionWidget.getValue();
to:
String value = unionWidget.getValue();
Is there a test case to check it?
> Union widget does not work with booleanfield set as case widget
> ---------------------------------------------------------------
>
> Key: COCOON-2040
> URL: https://issues.apache.org/jira/browse/COCOON-2040
> Project: Cocoon
> Issue Type: Bug
> Components: Blocks: Forms
> Affects Versions: 2.2-dev (Current SVN)
> Reporter: Grzegorz Kossakowski
> Priority: Minor
> Fix For: 2.2-dev (Current SVN)
>
> Attachments: cocoon-forms-impl-union.patch
>
>
> Union widget compares values without performing conversion. Booleanfield
> returns Boolean object, so result of comparison is always false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.