create a single dynamicimageresource that can load different images based on
the id passed in from the url
then you just do urlfor(myresource)+"&id="+id; to build the url
there is an article on the wiki that shows how to do this
-igor
On 1/24/07, Predrag Spasojevic <[EMAIL PROTECTED]> wrote:
Hi all,
I'm developing a web application which basically shows lots of pictures.
Pictures are stored in a database. I want that the same picture always has
the same value of the src attribute no matter where it is displayed. As I
understand it is possible only if the image resource is shared. In