You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2011/04/01 15:35:06 UTC

[jira] [Updated] (WICKET-3587) InspectorPage's RequestPage doesn't properly print the collected data

     [ https://issues.apache.org/jira/browse/WICKET-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-3587:
------------------------------------

    Affects Version/s: 1.4.17

> 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.4.17, 1.5-RC3
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.4.18, 1.5-RC4
>
>
> 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