Hi,
On Sat, Jun 30, 2012 at 4:30 PM, bhorvat <horvat.z.bo...@gmail.com> wrote:
> Hi,
>
> Can you please help me with the first approach since the second one is great
> if the link is surrounded by the zone it needs to refresh but if it is
> not...
>
> so I have
>
> <outer zone>
>
>    <link>
>
>    <zone that I want to refresh>
>
> How do I use zone.getClientId(), where do I put it, in the link? or in the
> zone, or both? I tried a bunch of option but no luck

Here you have the case where the link is rendered before the zone it
refreshes. This means that the clientId of zone you want to refresh is
not yet generated. Just bind the id parameter explicitly.
Do this:

<t:zone t:id="outerZone" />
    <t: eventLink zone="innerZone" ... />
    <t:zone t:id="innerZone" id="innerZone" />


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

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

Reply via email to