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 =
th...@com.google.gwt.examples.jsniexample::myInstanceField;

    // Write instance field on x
    x...@com.google.gwt.examples.jsniexample::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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to