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

Andrea Del Bene closed WICKET-5593.
-----------------------------------

    Resolution: Fixed

Applied suggested fix

> AjaxFormValidatingBehavior attempts to update non-visible feedback panels
> -------------------------------------------------------------------------
>
>                 Key: WICKET-5593
>                 URL: https://issues.apache.org/jira/browse/WICKET-5593
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.14.0
>            Reporter: Alexander Keul
>            Assignee: Andrea Del Bene
>            Priority: Minor
>             Fix For: 6.16.0, 7.0.0-M2
>
>         Attachments: foo.rar
>
>
> AjaxFormValidatingBehavior#addFeedbackPanels adds all feedback panels on the 
> page to the AjaxRequestTarget, without any check for visibility in the 
> hierarchy or lack of output MarkupId.
> As the behaviour is so broad it should probably have an added check:
> if ( component.isVisibleInHierarchy()) {
>   target.add(component);
> } else {
>   visit.dontGoDeeper();
> }



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to