GitHub user CedricGatay opened a pull request:
https://github.com/apache/wicket/pull/21
Fix for WICKET-4658
Fix for the bug located at
https://issues.apache.org/jira/browse/WICKET-4658. Please tell me if you prefer
a patch attached to the Jira ticket from this pull request.
Commit content :
* Added test to check for class correctness.
* Last tab class is now taking visibility into account.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CedricGatay/wicket fix/WICKET-4658
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/21.patch
----
commit b6066dc4668014e30a14ce600489d7d2e89a8bcb
Author: Cedric Gatay <[email protected]>
Date: 2012-11-17T20:05:10Z
Fix for WICKET-4658
Added test to check for class correctness.
Last tab class is now taking visibility into account.
----