[
https://issues.apache.org/jira/browse/WICKET-7167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18031099#comment-18031099
]
ASF GitHub Bot commented on WICKET-7167:
----------------------------------------
florianlacreuse opened a new pull request, #1283:
URL: https://github.com/apache/wicket/pull/1283
Fix [WICKET-7167](https://issues.apache.org/jira/browse/WICKET-7167).
> Submited Form with wantSubmitOnParentFormSubmit false does not cascade
> process.
> -------------------------------------------------------------------------------
>
> Key: WICKET-7167
> URL: https://issues.apache.org/jira/browse/WICKET-7167
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 10.4.0, 10.3.0, 10.5.0, 10.6.0, 10.7.0
> Reporter: Florian Lacreuse
> Priority: Major
>
> The submitted {{Form}} with {{wantSubmitOnParentFormSubmit()}} set to
> {{false}} does not cascade process operations, like {{validate()}}, to its
> nested forms.
> The {{IVisitFilter}} inside {{visitFormsPostOrder()}} may be wrong for the
> {{visitChildren}} condition. {{visitObject}} and {{visitChildren}} should
> have the same condition.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)