InspectorPage's RequestPage doesn't properly print the collected data
---------------------------------------------------------------------
Key: WICKET-3587
URL: https://issues.apache.org/jira/browse/WICKET-3587
Project: Wicket
Issue Type: Bug
Components: wicket-devutils
Affects Versions: 1.5-RC3
Reporter: Martin Grigorov
Assignee: Martin Grigorov
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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira