Posted By:
Anonymous
Posted On:
Monday, May 6, 2002 06:27 PM
Hey man,
I also keep my images in the same folder where all the JSP are when developing in JB. And I do have a subfolder to contain all those images.
This is how my project folder structure looks like:
(project name)
|
|-----------------|
jsp servlets
| |
|----------| |----------|-------------|
images *.jsp src classes bak
| | |
*.gif, *.jpg *.java *.class
And I refer to those photos like one of your listings:
img src="images/mypic.gif"
When I first started out with JB, like you I couldn't display my images at all only then I realise that the filenames of my images are case-sensitive. Why don't you try on the filename?
Hope this helps ya.