Has anyone gotten GWT to work on the PS3 browser? I tried the
barebones app created by the Eclipse GWT plugin on the PS3 and it
didn't work (only the static HTML showed up).

On the other hand, a simple window.onload does work. So at least the
PS3 browser has some JavaScript support. For example:

                window.onload = function() {
                        document.getElementById("nameFieldContainer").innerHTML 
= "John";
                        
document.getElementById("sendButtonContainer").innerHTML = "Adams";
                }

-- Bosco

--

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=.


Reply via email to