On Wed, 05 May 2010 12:55:47 -0300, Nicolas Bouillon <nico...@bouil.org> wrote:

Hello,

Hi!

if if call mutliple type my component like :

<t:countComponent />
<t:countComponent />

You have two different instances (objects) of your count component.

<t:loop source="items" value="var:item">
    <t:countComponent />
</t:loop>

Now you have one instance being rendered twice.

Is this intended or a bug ?

This is how Tapestry works. Static structure, dynamic behavior. ;)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to