Hello there! I'm trying to use Popuplink and I'm getting a nullpointer exception. Here's my component declaration:
<component id="popupLink" type="PageLink"> <binding name="page" value="literal:Cadastro">< /binding> <binding name="renderer" value="bean:meuRenderPopup"/> </component> <bean class="org.apache.tapestry.contrib.link.PopupLinkRenderer" name="meuRenderPopup"> <set name="windowName" value="literal:recordDetail"></set> </bean> The error is caused on this line: PageRenderSupport support = (PageRenderSupport) cycle .getAttribute(TapestryUtils.PAGE_RENDER_SUPPORT_ATTRIBUTE); It is returning null for support. could someone help me here? -- Vinicius Caldeira Carvalho Arquiteto de Sistemas [EMAIL PROTECTED] www.synos.com.br <http://www.synos.com.br> "Everything should be made as simple as possible, but not simpler." Albert Einstein
