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

ComponentRenderer.renderComponent does not render markup for ListView

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 6.10.0
    • 6.11.0, 7.0.0-M1
    • wicket
    • None

    Description

      ComponentRenderer.renderComponent does not return HTML markup for a ListView component, only wicket tags. Attaching a quickstart demonstrating the issue that will print the following output to console:

      ListView markup with wicket tags stripped: null
      Label markup with wicket tags stripped: Example
      ListView markup with wicket tags included: <wicket:container wicket:id="list"></wicket:container><wicket:container wicket:id="list"></wicket:container><wicket:container wicket:id="list"></wicket:container>
      Label markup with wicket tags included: <wicket:container wicket:id="text">Example</wicket:container>

      Attachments

        1. myproject.tar.gz
          19 kB
          Edvard Fonsell

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            harmoniaa Edvard Fonsell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: