On Monday, November 19, 2012 3:40:45 PM UTC+1, Alp Yilancioglu wrote: > > i looked from firebug, Gwt sets a dynamic onSuccess function name to > the parameter name i have set as "json.wrf" which seems okey > > Unfortunetly both , onSuccess and onFailure functuions are not get > called; > > What should i do at this point? >
Check that the response from Solr is correct: it might try to call another JS function than the one given in json.wrf, or there might be an error when calling that method and/or evaluating the script (Googling "solr jsonp" revealed a few bugs in Solr, they apparently have been fixed but you might have to check your version of Solr) -- 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/-/YaGH9cv35fwJ. 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.
