GitHub user svenmeier reopened a pull request:
https://github.com/apache/wicket/pull/250
WICKET-6503 render cleanup and ajax
This is a combined effort to:
- align Ajax requests with the way components are prepared in normal
request, i.e. beforeRender is called on *all* components, before any of them is
rendered
- unify rendering of components separately as part of a page only vs. a
whole page
- simplify handling of feedbacks ... this was a real mess :(
- improve performance by prevent unnecessary traversal of the component
hierarchy
- cleanup component's internal methods and flags
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/wicket
WICKET-6503_ajax_feedback_prepare
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/250.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 #250
----
commit e2b6205fff61a8d8c0dc28d7749ec467278f7c80
Author: Sven Meier <[email protected]>
Date: 2017-12-14T06:55:53Z
WICKET-6503 beforeRender clean-up
----
---