When an ActionLink and Zone appear together in a loop like this:

<t:loop source="items" value="item">
  <t:actionlink zone="myzone">go!</t:actionlink>
  <t:zone t:id="myzone">in the zone?</t:zone>
  <br />
</t:loop>

Clicking the "go!" link from any iteration only affects the Zone from the first iteration. How do I connect each ActionLink to its corresponding Zone? I tried injecting the Zone into the java class and then using zone="${thezone.id}" in the actionlink, but then each ActionLink was connected to the Zone from the *previous* iteration.

Thanks!
Travis


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to