On Wed, 03 Sep 2014 13:40:53 -0300, Sumanth <roasteddra...@gmail.com> wrote:

Hello Experts,

Hi!


I have encountered one more hurdle now regarding zones,

I have a layout
component>componentA>componentB>componentC>NotificationComponent>Zone

This zone is a count zone and is updated using a mixin (periodiczonerefresh
mixin).

I have a notification page in which i have a Zone(a table inside a zone
containing notifications) and an actionlink to delete the selected
notifications.(bulk delete). On delete of these notifications i want the
count which is in layout component (mentioned above) to be updated.

How can i do it?

The easiest way is to define the id of the zone to be updated and use its addRender(String clientId, Object renderer) to update it.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to