I'm using to access a method JSNI do so:
[email protected]::
getMethod()(), this when I write the name of the method, as if I would
be named after the method for parameter.


This example does not work like I do?
foo("getMethod()()");

public native String foo (String x)/*-{
return eval("[email protected]::"+x);
}-*/;

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