I have a project: com.example.myapp.ListEditor Originally I had a folder that contained images in my images in: war/ images
In my code I would reference images like this "/images/myimage.jpg" 1. The project was working locally fine. 2. I uploaded it to the server and navigated to the .html page. It worked fine. 3. I embedded the .html page into a joomla article using a PHP include () function. No images were displayed! I changed my code to reference the stylesheet using the <stylesheet> tag in the XML file but still have the same problem. Where should I put my images? I tried com.example.myapp and appended GWT.getModuleBaseURL() but when I compiled there were no images in the war directory. -- 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.
