Re: SubmitCompleteEvent.getResults() is null in devmode

2011-12-06 Thread Thomas Broyer
Try accessing your app using http://t410:/ instead of http://127.0.0.1:/ You'll likely have to pass the -bindAddress t410 or -bindAddress 0.0.0.0 option to the DevMode though:

Re: SubmitCompleteEvent.getResults() is null in devmode

2011-12-06 Thread Benjamin Seber
Thank you, Thomas. As so often, i've found a posting on stackoverflow after i asked here... http://stackoverflow.com/questions/7476420/gwt-blobstore-error-calling-createuploadurl Will try things out tomorrow. -- You received this message because you are subscribed to the Google Groups Google

SubmitCompleteEvent.getResults() is null in devmode

2011-12-05 Thread Benjamin Seber
Hi, I'd like to upload an image and get it's serving URL through GAE ImagesServiceFactory. I've found this tutorial: http://ikaisays.com/2010/09/08/gwt-blobstore-the-new-high-performance-image-serving-api-and-cute-dogs-on-office-chairs/ Deployed on GAE it works perfectly. But running locally in