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

Relax wicket:enclosure warning suggesting the usage of EnclosureContainer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.18
    • wicket
    • None

    Description

      Sometime in 1.4, wicket:enclosure got some diagnostics warnings about FormComponents and EnclosureContainer was added.

      wicket:enclosure has two usages:

      ---------------
      1) Hide some content based on its own child components, i.e.:

      <wicket:enclosure child="x">
      <div>
      ........
      <input wicket:id="x" />
      </div>
      </wicket:enclosure>

      2) Hide content based on non-child components, i.e.:

      <wicket:enclosure child="x">
      ........
      </wicket:enclosure>
      <input wicket:id="x" />
      ---------------

      It's safe to relax the warning for the case (1), when the only FormComponent child is equal to the "wicket:enclosure child" attribute.

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            asfernandes Adriano dos Santos Fernandes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: