Never got this issue.

Since the action link is linked to the zone, in the ajax response, the action 
link will be linked to the zone again (script in the response will be 
executed), so the next time it is still an ajax request.

Maybe post some code that we can help you.

DH
http://www.gaonline.com.cn

----- Original Message ----- 
From: "Andrey Larionov" 
To: "Tapestry users" <users@tapestry.apache.org>
Sent: Sunday, November 01, 2009 11:52 PM
Subject: Problem with ActionLinks inside Zone


>I have two loops, which renders some elements (active and inactive).
> Both loops are inside Zone. For every element i have one of two action
> link (depends on state of element). ActionLink is linked to update
> Zone which contains whis loops. When page rendered first all is ok.
> Action triggered and return Block (it contains newly rendered two
> loops). But in returned Block, there is no more AJAX support. Clicking
> on links produce simple (not AJAX) Event request, but handler is
> return block, and this situation produces Exception.
> 
> Any advice?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
>

Reply via email to