Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-199

RadioGroup/CheckGroup should support embedded RadioGroups/CheckGroups

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0 branch (discontinued)
    • wicket
    • None

    Description

      it should be possible to have markup like this

      <span wicket:id="checkgroup1">
      <span wicket:id="checkgroup2">
      <table>
      <tr wicket:id="repeater">
      <td><input wicket:id="check-for-group1"/></td>
      <td><input wicket:id="check-for-group2"/></td>
      </tr>
      </table>

      the constructor of check should take an additional reference to the check group it belongs to

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            ivaynberg Igor Vaynberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: