Re: GWT-JQuery

2010-08-27 Thread Philippe Laflamme
Hi Gopal, I wrote a plugin for gwtquery (a jQuery re-write in GWT) that you can use to get jQuery-UI widgets in GWT. You can find these projects here: GWTQuery: http://code.google.com/p/gwtquery/ GWTQuery-UI: http://code.google.com/p/gwtquery-ui The jQuery-UI slider widget is available (amongst

Re: RequestCallback.onResponseReceived() always returning status code 0

2010-08-12 Thread Philippe Laflamme
m Gwt.html and sending the response to GWT.html.Can > you please suggest any thing i should look into.? I am trying all > possible ways. Interestingly the request has been sent to servlet. I > don't know whether the  request can be sent in the first place  if it > is against the

Re: RequestCallback.onResponseReceived() always returning status code 0

2010-08-12 Thread Philippe Laflamme
project so > that i should be able to make cross domain web service call. > > Thanks > Deepak > > On Wed, Aug 11, 2010 at 7:22 PM, Philippe Laflamme < > > philippe.lafla...@gmail.com> wrote: > > Had the same issue. In my case, it was due to making cross-site >

Re: RequestCallback.onResponseReceived() always returning status code 0

2010-08-12 Thread Philippe Laflamme
Oops. It should have read: "[...] is considered a cross-site request (per the same-origin policy). [...]" Philippe On Aug 11, 9:52 am, Philippe Laflamme wrote: > Had the same issue. In my case, it was due to making cross-site > requests. > > My server was at localhost:808

Re: RequestCallback.onResponseReceived() always returning status code 0

2010-08-11 Thread Philippe Laflamme
Had the same issue. In my case, it was due to making cross-site requests. My server was at localhost:8080 and I was running in DevMode at localhost:. Making a request from : to :8080 is considered a cross-site request (which is not per the same-origin policy). The behaviour in Firefox was