GitHub user zeratul021 opened a pull request:
https://github.com/apache/wicket/pull/51
GridView - added row-level populating with example
In our project we often run into use-case of drawing calendars and
timesheets which require some kind of row-level headers. This patch adds
support for populating GridView on a row level (with example).
I changed the iterator().next() to get(id) - seems neater than to count on
repeater being the first item in Item. In version 6 we tried to add our headers
in newRowItem but due to the aforementioned assumption were failing with
ClassCastException.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zeratul021/wicket master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/51.patch
----
----