Hi,

i'm trying to return an image (com.google.gwt.user.client.ui.Image)
from the gwt server, of course i cannot since it is not a serializable
object.
this image is fetched from a URL, but i cannot fetch it directly from
the client since this image needs to be registered in the session of
the GWT-server - image servlet, if i fetch it from the client it will
be registered in the client session with the image servlet.
is there a way to transfer the image from the server back to the
client (by converting to byte array and back maybe)?
thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@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.

Reply via email to