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 removed from it, not until AbstractRequestContext#processPlayload is 
finished successfully. So AbstractRequestContext#makePayload uses all 
created proxies which will be validated.

Am I wrong? Should it work or does anyone have a solution?

-- 
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/-/UK7RzIGt6_wJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/vtS6wiYkdxgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 devmode, there 
occurs following error in the javascript console:

*Unsafe JavaScript attempt to access frame with URL 
http://t410:/upload?uploadedImageKey=xxx from frame with URL 
http://127.0.0.1:/photosharing/hosted.html?photosharing. Domains, 
protocols and ports must match.*
*
*
Is there any workaround for devmode?

-- 
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/-/PR7A3l0iFnEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.