I am trying this tutorial 
<https://developers.google.com/web-toolkit/doc/2.0/tutorial/Xsite>,it is 
working fine if server specify the call back object, like if server prints 
like this, 

    
callback125([{"symbol":"DDD","price":10.610339195026,"change":0.053085447454327}]);

But my requirements are like, server can only print in pure `JSON` form 
like this

    [{"symbol": "ABC","price": 87.86,"change": -0.41}]

I tried to do so, json is retrieving but the callback method is not 
invoking, Is there any solution that we dont need to specify callback 
method ?

-- 
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/-/J-H9Le-5VaEJ.
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