Antwort: Re: method name of listener

2007-03-06 Thread Kristian Marinkovic
Bitte antwortenThema an Re: method name of listener Tapestry users [EMAIL PROTECTED

Re: method name of listener

2007-03-05 Thread Jesse Kuhnert
Isn't the name of a listener known by the very definition? I mean, when ~don't~ you know the name of it? On 2/19/07, Kristian Marinkovic [EMAIL PROTECTED] wrote: hi all, is there a way to obtain the method name of a listener? I need it to generate a javascript function with the same name

method name of listener

2007-02-19 Thread Kristian Marinkovic
hi all, is there a way to obtain the method name of a listener? I need it to generate a javascript function with the same name. calling this js function will trigger an asynchronous XHR call (Tapestry.bind) that triggers the corresponding listener. The js method also accepts parameters that get