I'm trying to display a zone within a component (i.e not a page), which is
itself being displayed in a Zone, by clicking on an ActionLink

in my tml file I have


<t:actionLink class="Action" onclick="showOverlay()" t:id="editBenchmark"
context="coverage.exchangeListing.id" zone="editBenchmarkZone">Edit
Benchmark</t:actionLink>


then further on:


<t:zone t:id="editBenchmarkZone" />
    <t:block t:id="editBenchmarkBlock">
      <t:WindowPanel popup="true" class="AnalystCoveragePopup">
        <t:parameter name="title">Benchmark Index for Stock:
${exchangeListing.name}</t:parameter>
        <t:benchmark.exchangeListingBenchmarkIndexSelectForm
exchangeListing="exchangeListing"/>
      </t:WindowPanel>
    </t:block>


However I get the error message: "Unable to locate Ajax Zone
"editBenchmarkZone" for dynamic update".
Am I allowed to do do this? Or have I just missed a trick somewhere?


-- 
View this message in context: 
http://www.nabble.com/Zone-within-a-Zone-tp22055490p22055490.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