On Wed, 26 Jun 2013 17:36:44 -0300, Boris Horvat <horvat.z.bo...@gmail.com> wrote:

So I guess that I have to add informal elements manually. Now the below
given method works

@AfterRender
    void addInformalElements(MarkupWriter writer) {
        for (Node node : writer.getElement().getChildren()) {
            applyInformalElements(node.getContainer());
        }
    }

however when the zone inside a component is triggered my method does not
get activated again. I guess that makes some sense since I am not rendering
the component but only part of it. Any idea how I can trigger this when a
zone is refreshed?

I'd try the Trigger component inside the Zone: http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Trigger.html.

--
Thiago H. de Paula Figueiredo

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

Reply via email to