Hi! Don't know if this is the right place to ask, but either way I'll ask :)
I've managed to embed a gwt page in a jsf+facelets page, it all works fine with firefox/opera/ie but the gwt part of the page simply doesn't load with chrome/safari (webkit related I suppose). I tried to catch the error by surrounding the call to the entry point with try/catch and the error is: TypeError: Object #<a Document> has no method 'write' I think the code that triggers the error is a $doc.write(...) call (where $doc = document;). Strangest thing is, if I save the page as plain HTML and load it into a browser, it works out of the box, but when it's rendered in the server it fails with the referred error. I'm posting with the hope someone else had this problem. Regards, LL -- 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.
