[
https://issues.apache.org/jira/browse/WICKET-5999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956527#comment-14956527
]
ASF GitHub Bot commented on WICKET-5999:
----------------------------------------
GitHub user shuraa opened a pull request:
https://github.com/apache/wicket/pull/139
WICKET-5999 fix IFeedback visitor in AjaxFormValidatingBehavior
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shuraa/wicket master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/139.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #139
----
commit 7c78d1d8db8c89f49b16ba4a6d379a8ddf35b7c5
Author: Aleksander Morozov <[email protected]>
Date: 2015-10-14T09:10:06Z
WICKET-5999 fix IFeedback visitor in AjaxFormValidatingBehavior
----
> AjaxFormValidatingBehavior not updates initially hidden feedback component
> --------------------------------------------------------------------------
>
> Key: WICKET-5999
> URL: https://issues.apache.org/jira/browse/WICKET-5999
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 6.20.0, 7.0.0
> Environment: Ubuntu x64, Oracle JDK 8u60
> Reporter: Alexander Morozov
>
> I've found that AjaxFormValidatingBehavior not updates any feedback component
> that was initially hidden (setOutputMarkupPlaceholderTag is set to true).
> I have added unit test and changed behavior of AjaxFormValidatingBehavior.
> Please, review and apply my PR.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)