Hi,

I'm still not clear on what you are doing and where - did your mail client
strip out your source code example? ;)

http://tapestry.apache.org/component-events.html should explain how the
handler stuff works.

-- 
Chris

On Fri, Sep 23, 2011 at 3:53 PM, bhorvat <horvat.z.bo...@gmail.com> wrote:

> Yea I come to the same conclusion by trying to insert a method
>
> void onSelected{
> }
>
> This method is activated, but I need to activate it with a ID so that I can
> have two methods
>
> void onSelectedFromFirst{
> }
>
> void onSelectedFromSecond{
> }
>
> However this doesn't work. So any ideas how should I call the ID of the
> element inside a component included in the page?
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Handling-components-event-in-the-page-that-includes-the-component-tp4833388p4833597.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
>
>

Reply via email to