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? Thanks On Wed, Jun 26, 2013 at 12:17 AM, Lance Java <lance.j...@googlemail.com>wrote: > Since you're mentioning renderinformals, you should be aware of this gotcha > https://issues.apache.org/jira/browse/TAP5-1918 > -- Sincerely *Boris Horvat*