I apologize in advance ifh this is too trivial - or if I am wrong -
but there appears to be some errors in the documentation pages.  For
example, in this discussion of communication between Java and Java
Script:
// Read instance field on this
    var val =
[email protected]::myInstanceField;

    // Write instance field on x
    [email protected]::myInstanceField = val + "
and stuff";

    // Read static field (no qualifier)
    @com.google.gwt.examples.JSNIExample::myStaticField = val + " and
stuff";


The last line (Read static field) appears to be a Write static field
(with an incompatible type).

There are several other "errors" - but I don't know if or how to
communicate them to the Google documentation staff.

Bob

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

Reply via email to