On Wednesday, May 18, 2011 11:21:05 AM UTC+2, ghost23 wrote:
>
> 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 = this@com.sample.SampleClass::dateObject;
>

Sorry, should have seen it before: there should be a "." before the "@": 
this.@com.sample.SampleClass::dateObject.

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