GitHub user svenmeier opened a pull request:
https://github.com/apache/wicket/pull/280
WICKET-6555 reuse code
- reuse label position
- reuse iterating choices
- reuse value rendering and escaping
- override getDefaultChoice() return empty string
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/wicket WICKET-6555-choices
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/280.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 #280
----
commit 263fcdc65967330310df95896ca9e935bdd837f9
Author: Sven Meier <svenmeier@...>
Date: 2018-05-28T16:34:26Z
WICKET-6555 reuse code
override getDefaultChoice() return empty string
----
---