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

InspectorPage's RequestPage doesn't properly print the collected data

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.17, 1.5-RC3
    • 1.4.18, 1.5-RC4
    • wicket-devutils
    • None

    Description

      RequestsPage has the following code:
      item.add(new Label("alteredObjects", new Model<String>(rd.getAlteredObjects()))).setEscapeModelStrings(false);

      while it should be
      item.add(new Label("alteredObjects", new Model<String>(rd.getAlteredObjects())).setEscapeModelStrings(false));

      i.e. the label should not escape its model object.

      Attachments

        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: