iam trying to connect WebObjec开发者_如何转开发ts and jQuery. The problem I have is that if i want to get a response from a WOComponent with jQuery (.ajax() , .load(), .get()) the german umlauts are not rendered correctly. I get questionmarks an so on.
Is there anybody that had the same problems with Webobjects an jQuery?
What encoding is your WebObjects application using to send responses in? Check with Firebug. If you are using Wonder then you should set the property
er.extensions.ERXApplication.DefaultEncoding=UTF-8
to be sure that everything is using UTF-8.
精彩评论