1 Reply Latest reply on Feb 8, 2009 9:21 PM by digdas.seam.digdas.nl

    Direct access to image from database

    digdas.seam.digdas.nl
      I would like to do the following:
      In one page I want to use seam text, in which a image should be displayed. This image is an image in the database.
      In <img ...> a URI should be entered. This URI I want to create with something like a request parameter or so.
      "image/getimage?id=1234" or something like that.

      Question:
      How can I make above link to display an image, not through a xhtml page, but directly.

      I have searched on the internet, but could not find the answer.