You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2013/06/13 09:00:27 UTC

[jira] [Updated] (WICKET-5230) AjaxFormChoiceComponentUpdatingBehavior fails for choices containing other invalid FormComponents

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

Sven Meier updated WICKET-5230:
-------------------------------

    Description: 
If a TextField inside a RadioGroup has a ValidationError, processing of AjaxFormChoiceComponentUpdatingBehavior will erroneously update the group's model:

- RadioGroup#validate() does not convert the input, because #isValid() returns false
- 
 with null since validation in processing failed.

  was:If a TextField inside a RadioGroup has a ValidationError, AjaxFormChoiceComponentUpdatingBehavior will erroneously update the groups model with null since validation in processing failed.

    
> AjaxFormChoiceComponentUpdatingBehavior fails for choices containing other invalid FormComponents
> -------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-5230
>                 URL: https://issues.apache.org/jira/browse/WICKET-5230
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.10, 6.8.0, 7.0.0
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>             Fix For: 6.9.0, 7.0.0, 1.5.11
>
>
> If a TextField inside a RadioGroup has a ValidationError, processing of AjaxFormChoiceComponentUpdatingBehavior will erroneously update the group's model:
> - RadioGroup#validate() does not convert the input, because #isValid() returns false
> - 
>  with null since validation in processing failed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira