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