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

Jens Alenius commented on WICKET-2264:
--------------------------------------

Hi Martin
We got a bank system that a lot of 3part system might hook on to. Some 
of the data that is inserted in our system might not inserted from a 
controlled form. Like some kind of automatic import of data. Of course 
we want validation for all the data that will be inserted. But if our 
system fails to accomplish this, it might be a programming error, we 
don't want the ajax to fail. We still want the pages to be viewable. Or 
at least handled. As I remember this problem I think we where not even 
able to handle it as an Exception?
Jens Alenius





> 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
>            Reporter: Jens Alenius
>            Assignee: Matej Knopp
>         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.

Reply via email to