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

Martin Grigorov resolved WICKET-3587.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC4
                   1.4.18

> 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

Reply via email to