Re: To any Editors Gurus: I could use some ListEditor use help for the GWT demo I've made...

2012-02-11 Thread Benjamin Seber
Thanks for all your stuff Brandon! I also got stuck with the Editor Framework over the last days... And I still have one problem... ListEditor#getList#remove does not really work if you use constraint annotations. AbstractRequestContext#create puts the entity in a map. But it will never be

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