--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Thanks a lot for your reply
If i hit the server from the above code i got the server log which
states that it processed the request successfully but while getting
the response i got this this error
I have written the rest service which send this as response
{"UIComponent":"org.lms.valueObjects.PresentationVO@ae3da8"}
com.google.gwt.jsonp.client.TimeoutException
should i change any thing in server side ?
Thanks in advance
can u provide a sample code how to do that ..
if i try to get the callback param in server side im getting null.
Will that param send as callback=functionname?
please suggest me
Thank in advance
I have tried the steps what you have given in the last post.
I have modified the server code to check for the callback function name
http://localhost:8081/LMS-WB/services/authenticate/saranraju/welcome1/?callback=jsoncallback
if i hit the url server will send response as
"jsoncallback({org.lms.valueObjects.PresentationVO@17e60a1})"
but if i tried to access callback param through gwt app i got null .
am i missed out any thing ?
am i sending the response correctly?( i have get the object in ui and
manipulate the result )
please help me out ..
The response is javascriptobject of gwt.
Is it possible to manipulate the script object if so please let me know the way
thanks in advance