I'm not getting this error anymore, though I don't know what is different
now.
Anyhow, the zone update is not working.

Now I'm getting a red tapestry notification which points me to inner zones
like:
> Could not find zone element 'showRoom' to update on click of element
> 'eventlink_4_13ab23fef82'.


<t:zone t:id="outer">
        <t:grid... add="action">
            <p:actionCell>
                <t:eventLink event="delete" context="user.id"
zone="outer">DEL<t:eventLink>#
            </p:actionCell>
        </t:grid>
        <t:zone t:id="showRoom">
        ..
        </t:zone>
</t:zone>

So it seems that a zone update by an eventlink for an outer zone messes up
inner zones. How could I avoid this?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Only-update-specific-table-zone-on-delete-of-object-tp5717407p5717422.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