On Sat, 01 Nov 2014 09:07:10 -0200, nhhockeyplayer nashua <nhhockeypla...@hotmail.com> wrote:

the tynamo guys had a List.java module

Link to it please? I have no idea what you're talking about.

Any ideas ? I fixed the activate being triggered... but the EventContext object is not delivering for me.

EventContext will provide you whatever context was passed to your page.

My new problem is passivate is not being triggered.

Now this is weird. Your method looks ok to me:

@OnEvent(EventConstants.PASSIVATE)
Object[] passivate() {
        return new Object[] { beanType,  bean, ((MetaTag) bean).getId() };
}

Have you tried renaming it to onPassivate()? Remember onPassivate() is only called when Tapestry needs to create a link to that page (event links, for example). How are you getting to the page?

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to