You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by John <jo...@quivinco.com> on 2014/03/17 02:46:06 UTC

how to get a component to rerender upon receiving an event

A component interepts a componentResources.triggerEvent that indicates it needs to be rerendered. Is there a way to tell the containing parent to rerender the child?

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

Re: how to get a component to rerender upon receiving an event

Posted by Lance Java <la...@googlemail.com>.
Hi John, can you give a bigger picture of what you're trying to achieve?

I'm guessing it will likely involve wrapping a zone around the block you
want re-rendered and either returning a block or calling
AjaxResponseRenderer.addRender(...)