I have a Zone and inside I have a component that has a zone, after the first
zone is refreshed the link that refreshes the second zone does not work. Is
there a problem with this combination or am  I missing something? 

                <t:zone t:id="zoneComponent" t:update="show">  
                                <t:if t:test="selectedComponent">  
                                    <t:layout.ComponentData
component="selectedComponent" />     
                                </t:if>             
                </t:zone>

And the Component is 

  <t:zone t:id="zoneReviews" t:update="show">
            <t:eventlink t:event="showAllReviews" zone="zoneReviews"
class="showThumbsButton right">All</t:eventlink>

   // A lot of html code

 </t:zone>

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Zone-within-a-Zone-problem-tp5714194.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

Reply via email to