yes, I put the image in the wrong folder, so the image cannot be loaded, but the question is "is there any debug message" if the javascript (generate by GWT?) cannot find the image from the path? Also, I want to see the genereated .js file which search the image path, how could this javascript file be found?
thanks. On Jan 20, 6:12 pm, Thomas Broyer <[email protected]> wrote: > If you correctly put the image in images/GoogleCode.png in your "war" > folder, then <img src="images/GoogleCode.png"> should just work. > > You might have an issue with how you launched the DevMode (not selecting > the appropriate "war" folder?), or with following the tutorial (not putting > the image in the right place on your disk?) > > Just to be sure: the tutorial tells you to save the image at a certain > location, this is not something that GWT or Eclipse will do automatically > for you. -- 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.
