Hi,

I'm using RequestBuilder for sending the request to server.
I'm using CXF at server side. and GWT versin is 1.5.2 .

Here  i need to write one call back method inside one common class
( client folder of my project.).this method responsible for hitting
the server and send back the response  to my class(from where i called
call back method class)

Suppose i had Two Panels i.e "PanelA "and "PanelB",

If i send the request,url and my callback method name  from "PanelA "
to CallBack method class,the com.google.gwt.http.client.Response
object would be send it back to my "PanelA"   and

If i send the request,url and my callback method name  from "PanelB "
to CallBack method class,the com.google.gwt.http.client.Response
object would be send it back to my "PanelB" .


Thanks,
Malli.


-- 
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.


Reply via email to