Hello All,

I am fairly new to GWT and I am trying to do the following:

I have image and image-map generated in server. I wish to now use them
in client. Which approach should i use? I tried to use ImageElement,
but couldn't make it work.

The other option is to have the html-src returned from server and show
it in client like:
html-src = <img src="/servlet/url/for/image" usemap="#foo"><map
id="foo"><......all_coordinates....></map>

and then use new HTML (html-src) to show the image+map.

Is there any way to directly use the ImageElement to achieve the
above? Or the mentioned appproach with html-src is the correct one??

Thanks for your help.
Fargo
--~--~---------~--~----~------------~-------~--~----~
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