[
https://issues.apache.org/jira/browse/WICKET-6754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17054296#comment-17054296
]
ASF subversion and git services commented on WICKET-6754:
---------------------------------------------------------
Commit 5960e1a6bb28260b24a00e94cc77a52eeb34ac32 in wicket's branch
refs/heads/wicket-8.x from helmut8080
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=5960e1a ]
Iteration stops with nested containers (#403)
WICKET-6754 Since there is only one pop() performed in hasNext() the iteration
stops, if there are several nested container, when the iteration for the first
most nested containers is finished and there are no additional childs in the
parent container.
(cherry picked from commit 2cd731977d9bb957b3e9bff2ecd4b509ac672a2f)
> Iteration stops with nested containers
> --------------------------------------
>
> Key: WICKET-6754
> URL: https://issues.apache.org/jira/browse/WICKET-6754
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 8.7.0
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
>
> Since there is only one pop() performed in hasNext() the iteration stops, if
> there are several nested container, when there are no additional children in
> the parent container.
>
> From [https://github.com/apache/wicket/pull/403]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)