GitHub user svenmeier opened a pull request:
https://github.com/apache/wicket/pull/238
WICKET-6479 keep window name
If the page was not yet rendered into any window, just keep the window name
as is, instead of changing it for each new page.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/wicket WICKET-6479-new-window
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/238.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 #238
----
commit 00e84ea1926d38496607780c8b8985cab488b758
Author: Sven Meier <[email protected]>
Date: 2017-10-10T22:05:35Z
WICKET-6479 keep window name
if the page was not yet rendered into any window, just keep the window name
as is, instead of changing it
----
---