Hey Guys, I've a problem with nested zones. I am trying to build something like the Facebook Newsstream. <code> <t:zone t:id="statusZone" elementName="div"> <t:loop source="statuses" value="statusMessage"> Status <t:actionlink t:id="openCommentArea" zone="commentZone">Comment</t:actionlink> <t:zone t:id="commentZone" id="commentZone" elementName="div" visible="false"> Comment </t:zone> </t:zone> </t:zone> </code>
As you can see the inner zone is not visible to the user. What I want is that if the action link is pressed the commentZone is set to visible. It nearly works, but only for the first zone. If there are more status posts every time the first one is opened. The reason for this is the t:id as far as i know (there is an suffixy added to the 2nd and 3rd zone) So my question is: How can I do this??? Thanks for your Help Alex -- View this message in context: http://tapestry.1045711.n5.nabble.com/Problems-with-nested-zones-tp4991976p4991976.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