Hey guys, How can I access the fields or methods of a user-defined JavaScript object inside Java? I create the object in JavaScript via a JSNI method and wrap it in the JavaScriptObject return type. But this object does not posses the same set of fields/methods I declared for my object in JavaScript. How should I access them?
And to go further, How should I access third-party JavaScript libraries in GWT? Do you guys all use the method I described above? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
