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

Inline enclosure doesn't work if wicket:message attribute is used on the same tag

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.5
    • 1.5.6, 6.0.0-beta2
    • wicket
    • None

    Description

      Markup like:

      <div wicket:enclosure="child" wicket:message="title:something">
      <div>Inner div
      <span wicket:id="child">Blah</span>
      </div>
      </div>

      doesn't work (Inner div is visible, no matter whether 'child' is visible or not) because the auto component created for wicket:message breaks somehow wicket:enclosure.

      Attachments

        1. inline-enclosure-message.tgz
          4 kB
          Martin Tzvetanov Grigorov

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            mgrigorov Martin Tzvetanov Grigorov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: