Re: Problems trying to dynamically set an image name.

2005-07-07 Thread Pablo Ruggia
You can create a contextasset by code or you can use a Any component inside that foreach like: On 7/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I have an entity with a field that is a path to an image > for instance > item.getImage(); will return "/images/image1.jpg" > what i a

Problems trying to dynamically set an image name.

2005-07-07 Thread matsebc
I have an entity with a field that is a path to an image for instance item.getImage(); will return "/images/image1.jpg" what i am trying to do is set this in a page as an image. I have tried using the image component but couldn't figure out a way to set an asset at runtime, the problem is tha