> 1. Passing the current object to ChartService
> 2. Rendering different images for each row (At the moment, the image
> component on each row is pointing to URL of the last image - this is
> because
> they get rendered from the stream once, after all the iterations are
> completed.)



It looks like you forgot to add the object-id to the EventLink context. If
you are using a for-loop, you're rendering out image tags that have a
src-attribute. So when the rendering is done (and the loop has ended), the
page is sent back to the client and the browser will fetch those images by
calling the EventLinks inside the src-attributes.

The component that gets the EventLink needs to know which object to generate
an image for. So typically the object-id should be part of the EventLink.

regards,

Onno

Reply via email to