Thanks dh

actually was just about to post the solution as I figured it out literally
minutes ago..

Do you know why it needs to be id and not t:id?


dh ning wrote:
> 
> Try <t:zone t:id="editBenchmarkZone" id="editBenchmarkZone"/>, I faced
> same problem last week and fixed like this.
> 
> DH
> ----- Original Message ----- 
> From: "superslip103" <rohit.triv...@db.com>
> To: <users@tapestry.apache.org>
> Sent: Tuesday, February 17, 2009 7:42 PM
> Subject: Zone within a Zone
> 
> 
>> 
>> 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
>> 
>>
> 

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