Well, I was using it in a component that did not render in rewind so it didn't end up being a problem. So, no, I did not get a solution for it.
On Tue, 2005-10-25 at 16:00 -0200, Vinicius Carvalho wrote: > hum, did you get a solution for it? > > On 10/25/05, Dan Adams <[EMAIL PROTECTED]> wrote: > > > > I got the same exception. It happens on page rewind for some reason. > > > > On Tue, 2005-10-25 at 15:29 -0200, Vinicius Carvalho wrote: > > > 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> <http://www.synos.com.br> > > > > > > "Everything should be made as simple as possible, but not simpler." > > > Albert Einstein > > -- > > Dan Adams > > Software Engineer > > Interactive Factory > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > 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 -- Dan Adams Software Engineer Interactive Factory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
