Events bubble up in the page hierarchy afaik. So you could try to postfix your handlers with "From<my-t:id>"
something like: onActionFromMyComponentId(...) ? -- Chris On Fri, Sep 23, 2011 at 3:24 PM, bhorvat <horvat.z.bo...@gmail.com> wrote: > I probably din't explain it very well. > > I have component with two submit links in it. I also have a page that > includes that component those two links. I need to write in that page that > includes the components the event handling for those two links but I am not > sure how. If I write handler in the Component.java it is handled but if I > write it in the Page.java class it is not handled. Is there a way to push > the event from the component up to the page? > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Handling-components-event-in-the-page-that-includes-the-component-tp4833388p4833462.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >