I have this JSF page trying to load a GWT app.
The page works fine on Firefox and IE but on Chrome I get the following error
when I check with developer tools.
Uncaught TypeError: Object # has no method ‘write’
I tried to change CONTENT_TYPE of the page as read in other posts but no luck.
Here is the page,
Try adding the
<f:view contentType="text/html"><html>...</html></f:view>tag around the html page.See here for an example.