IIRC, a listener is really an instance of
org.apache.tapestry.IActionListener

Tapestry (automagically) creates instances of that interface that invoke
the corresponding component method
(when using the listener: binding).

You can dig for more at:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/listener/


[EMAIL PROTECTED] wrote:
> Hi,
>
> I want to create DirectLink programmatically i.e. not using html template. I 
> guess i should use DirectService to construct link etc.
> passing parameters with DirectServiceParameter etc.
>
> But how can i pass the right Listener ?
>
> gant
>   


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to