I finally figured it out, It's actually an opensocial issue. The data being posted on an opensocial container is sanitized to prevent malicious code injection.
Problem resolved by using: URL.encodeComponent(newText.getText()) URL.decodeComponent(text) Now I know :) Andre --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
