Hi thanks for the information,
 
i have done what you have told,
and here is the code; 
unfirtunety unable to recieve the results ?
 
 
 
Client Side Code; 
   JsonpRequestBuilder jsonp = new JsonpRequestBuilder();
   
   String url = "http://localhost:8080/solr/select?q=TUR&wt=json";;
   jsonp.setCallbackParam("json.wrf");
    
    jsonp.requestObject(url,new AsyncCallback<JavaScriptObject>() {
        
         public void onFailure(Throwable throwable) {    ...     }
         public void onSuccess(JavaScriptObject rs) {   ...  }  
    }
         );
 
 

-- 
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/-/8AYNqW6YO8IJ.
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