Properly setting src attribute for an img tag in a JSP

2005-06-27 Thread Ryan Champlin
All, Can someone at least let me know what the proper way to set the src attribute on an img tag is? I've currently used relative "../img/image.jpg" and also the following: When using either I'm seeing the same URL show up at the browser when getting properties on the unfound image. I'm ab

Re: Properly setting src attribute for an img tag in a JSP

2005-06-28 Thread Tim Diggins
Hi Ryan - the problem you're having is not one I've had (and it doesn't sound very familiar). Some ideas for looking at though: How are you deploying your application? Are you just editing your files in place? Does this problem go away when your restart tomcat? Have you checked the logs? Have