Posted By:
Legolas_Woodland
Posted On:
Thursday, August 4, 2005 06:49 AM
I showld show an image by using something like this :
code:
+".jpg">
what this tag mean ? as i write it probably very poor : it means
I want to load an image , its source is a JPG file located in prodPics directory in my webContent
image name is same as nid of my bean (which im iterating over a collection of that bean.)
Now how should i use Tags , scriptlet or any other tricks to load my image file ?
Thank you.