LS
I want to show pictures on my side and the option to upload these
pictures via a secured html (with login).
I created an UploadImagesEntrypoint.java with a .gwt.xml-module
(<module rename-to='uploadimages'>). With this I can login, upload an
show the uploaded images. Works perfect!
But now I'm creating a ShowImagesEntrypoint.java with a .gwt.xml-
module (<module rename-to='showimages'>).
Both use for Async-communication methodes within a
MyUserImageServiceImpl.java (extends RemoteServiceServlet implements
MyUserImageService), but even if I use the same
getRecentlyLoadedImages methode, the uploadimages.html gives back the
images, where the showimages.html gives "No file found for: /
showimages/images" in my console.

What am I doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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.

Reply via email to