hi,
im trying to set the member variable dataArray with the eval(json)
result, but dataArray stays always null :(
//here is my membervariable
private JsArray<T> dataArray = null;
//here is the native method
private final native void asArrayOfData(String json)
/*-{
[email protected]::dataArray = eval
(json);
}-*/;
how to do that?!
thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---