Hi,
thanks for the suggestions, i tried them all (except the splitting up,
because in fact, i will already have quite a bit of methods and doubling
them would make the whole thing huge).
Problem is, the issue remains. Even if i have something as simple (and
useless) as this:
public native String format(String stringFormat) /*-{
var dateObject = [email protected]::dateObject;
return "";
}-*/;
It still says after dateObject, that there would be a ";" missing before the
statement. I dont' get it.
--
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.