Re: display image, image path in database

2005-09-25 Thread vijay
> What do the param* attributes have to do with it? Do > you need query > parameters as part of the img URL? From what you > show above it doesn't Just understood that the param* attributes are for adding query parameters as part of the URL. > look like it. Have you tried this: > > Tr

Re: display image, image path in database

2005-09-25 Thread Laurie Harper
vijay wrote: I actually have a jsp page where I am displaying the "Product details", like the product name, its cost and various other information about the product. Along with it, I also have to display the picture of the product. I am passing the product_id in the query string. From this, I ge

Re: display image, image path in database

2005-09-25 Thread vijay
--- Laurie Harper <[EMAIL PROTECTED]> wrote: > vijay wrote: > > Hello, > > > > I am trying to use the html:img tag to display an > > image. The image's filename(eg, photo1.jpg) is > stored > > in the database and the actual images are stored > in > > the > > "ContextPath/out/" folder. > > > > I

Re: display image, image path in database

2005-09-24 Thread Laurie Harper
vijay wrote: Hello, I am trying to use the html:img tag to display an image. The image's filename(eg, photo1.jpg) is stored in the database and the actual images are stored in the "ContextPath/out/" folder. I have set the value of the image_path in the form bean but I am not able to display the