this problem I still have not sovle.
But I use MultiZoneUpdate as return type it runs success.

I guess Is the actionlink inside in the zone,when the zone updated cause the
actionlink's ajax action invalid.
can you help me? I write a easiest test,but failure yet.
test.tml
   <t:zone t:id="testZone">
            <t:actionlink t:id="delete" zone="testZone">
                delete
            </t:actionlink>
   </t:zone>

test.java
public class Test {
        @InjectComponent
        private Zone testZone;

        Zone onActionFromDelete() {
            return testZone;
        }
}


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/A-problem-occur-at-loop-of-zone-tp4577377p4581253.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