GitHub user svenmeier opened 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
- 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
----
----
---