[
https://issues.apache.org/jira/browse/TAP5-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14497853#comment-14497853
]
Hudson commented on TAP5-2078:
------------------------------
SUCCESS: Integrated in tapestry-trunk-freestyle #1421 (See
[https://builds.apache.org/job/tapestry-trunk-freestyle/1421/])
TAP5-2078: don't update the value of a disabled RadioGroup (jochen.kemnade: rev
d9ad274bfef6de42d56d055245307c9e07f14373)
*
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
*
tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/RadioGroup.java
*
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/DisabledFields.java
* tapestry-core/src/test/app1/DisabledFields.tml
> Disabled RadioGroup calls setter on Form Submit
> -----------------------------------------------
>
> Key: TAP5-2078
> URL: https://issues.apache.org/jira/browse/TAP5-2078
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.3.6, 5.4
> Reporter: Erik Östman
> Assignee: Jochen Kemnade
> Labels: patch
> Fix For: 5.4
>
> Attachments:
> 0004-TAP5-2078-Disabled-RadioGroup-calls-setter-on-Form-S.patch
>
>
> Behavior:
> A RadioGroup inside a Form will call the setter (with null value) of the the
> RadioGroup value, even though the RadioGroup is disabled.
> Expected Behavior:
> A disabled field ignores any values in the request when the form is submitted.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)