You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Felix Scheffer (JIRA)" <ji...@apache.org> on 2015/03/23 03:51:11 UTC

[jira] [Updated] (TAP5-2078) Disabled RadioGroup calls setter on Form Submit

     [ https://issues.apache.org/jira/browse/TAP5-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Scheffer updated TAP5-2078:
---------------------------------
    Attachment: 0004-TAP5-2078-Disabled-RadioGroup-calls-setter-on-Form-S.patch

Patch
* don't process submission when the radio group is disabled (like AbstractField.processSubmission())

> 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
>            Reporter: Erik Östman
>            Assignee: Thiago H. de Paula Figueiredo
>         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)