You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/07/22 14:31:29 UTC

[2/3] git commit: Merge branch 'master' into 5640-less-mangling-of-html

Merge branch 'master' into 5640-less-mangling-of-html


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e3be2d57
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e3be2d57
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e3be2d57

Branch: refs/heads/master
Commit: e3be2d57914a33ffd57866a8ea352d010ce45d28
Parents: 1218c11 d5d6fc7
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Jul 22 15:26:23 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Jul 22 15:26:23 2014 +0300

----------------------------------------------------------------------
 .../html/form/CheckBoxMultipleChoice.java       |   8 ++
 .../wicket/markup/html/form/RadioChoice.java    | 124 +++++++++++++-----
 .../apache/wicket/util/tester/TagTester.java    | 127 +++++++++++++++++--
 .../html/form/CheckBoxMultipleChoiceTest.java   |  41 +++++-
 .../markup/html/form/RadioChoiceTest.java       |  64 ++++++++++
 .../wicket/util/tester/TagTesterTest.java       |  24 ++++
 6 files changed, 342 insertions(+), 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e3be2d57/wicket-core/src/main/java/org/apache/wicket/markup/html/form/CheckBoxMultipleChoice.java
----------------------------------------------------------------------