public native void myJSNITest() /*-{
var stringLength [email protected]::myStaticStringVariable.length()();
alert(stringLength);
}-*/;
As I run the above code, I get the following error:
* com.google.gwt.core.client.JavaScriptException: (TypeError):
__static[1310776].length is not a function*
I would appreciate any help in pointing out what could be going on here.
thanks a lot.for your time.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/rIuazVwfABoJ.
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.