out of sheer curiosity. when you programmatically create the direct link,
how will you also create the associated HTML for the anchor tag, and bind
that HTML to the DirectLink created?
Can you post your code snippet once done, please?
;
> To: "Tapestry users"
> Sent: Wednesday, October 25, 2006 3:42 PM
> Subject: Re: Creating DirectLink using DirectService
>
>
>> IIRC, a listener is really an instance of
>> org.apache.tapestry.IActionListener
>>
>> Tapestry (automagically) cre
: Wednesday, October 25, 2006 3:42 PM
Subject: Re: Creating DirectLink using DirectService
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 l
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/tr