Generally, it is necessary to include some kind of id in the URL (as
context) that you can get back when handling the request.  Using a
persistent page property is insufficient, since it will be "left" in
the value of the final rendering of the <img> tag, which is kind of
what you are seeing.

This is much easier in Tapestry 5, but the same rules apply: if a
component renders multiple URLs you should include in the URL that
specific id of the object associated with the rendering.

On Tue, Sep 1, 2009 at 4:43 AM, Andreas Andreou<andy...@di.uoa.gr> wrote:
> check the urls to the images... is it possible they're all the same?
>
> On Tue, Sep 1, 2009 at 2:28 PM, chitraa<achitral...@gmail.com> wrote:
>>
>> Tapestry 4.
>>
>> Thank you.
>>
>>
>>
>> Howard Lewis Ship wrote:
>>>
>>> Tapestry 4 or Tapestry 5?
>>>
>>> On Sun, Aug 30, 2009 at 6:59 PM, chitraa<achitral...@gmail.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> Did you manage to find a solution to this? I am also trying to render
>>>> multiple chart images into the same page. However, the service renders
>>>> the
>>>> same image (the last one).
>>>>
>>>> Thanks.
>>>>
>>>>
>>>>
>>>> Olexandr Yuzikov wrote:
>>>>>
>>>>> Hi, everyone.
>>>>>
>>>>>
>>>>>
>>>>> I have a problem to represent a couple of images stored in database. The
>>>>> page has a property of type List with beans that keeps images in byte
>>>>> arrays. I need to render those images in the iterator on the same page.
>>>>> It
>>>>> seems may be like in tapestry "Workbench" tutorial with a dynamic chart
>>>>> but
>>>>> with more than one image. I did like in tutorial but service always
>>>>> renders
>>>>> the same image (generally the last in the list). Does anybody have any
>>>>> experience to render more than one image on the page?
>>>>>
>>>>>
>>>>>
>>>>> Thanks for answering.
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Multiple-images-tp387585p25217486.html
>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Howard M. Lewis Ship
>>>
>>> Creator of Apache Tapestry
>>>
>>> The source for Tapestry training, mentoring and support. Contact me to
>>> learn how I can get you up and productive in Tapestry fast!
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>>
>>
>> --
>> View this message in context: 
>> http://www.nabble.com/Multiple-images-tp387585p25238644.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>
>
>
> --
> Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to