You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "James Selvakumar (JIRA)" <ji...@apache.org> on 2010/11/15 08:14:14 UTC

[jira] Commented: (WICKET-2264) Ajax xml response is not validated correct

    [ https://issues.apache.org/jira/browse/WICKET-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931996#action_12931996 ] 

James Selvakumar commented on WICKET-2264:
------------------------------------------

Yes, noticed this issue in 1.4.13. The labels with control characters are not displayed at all. No errors thrown as well.

> Ajax xml response is not validated correct
> ------------------------------------------
>
>                 Key: WICKET-2264
>                 URL: https://issues.apache.org/jira/browse/WICKET-2264
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.6
>            Reporter: Jens Alenius
>         Attachments: myproject.rar
>
>
> Ajax xml response is not validated correct
> Try my quickstart project with Firefox. Clicking on the submit button should update the label above. But does not. See the result in the error log in firefox. 
> The control characters is not properly escaped. Ex: "\u0014" is written 
> as 0014 in the xml Ajax Response but should be . '&#0014'
> See: http://www.w3.org/TR/REC-xml/#dt-charref. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.