Hi Edward.

You'll want to subclass org.apache.tapestry.link.DefaultLinkRenderer.

Bend it to your will and pass a (static) instance to the renderer
parameter of your chosen link component.

Cheers,
Nick.


Edward Scanzano wrote:
Hi all,

I need a custom link component that will return only
the href string (no "href">

for instance

<a href="#" jwcid="@MyCustomLink"
listener="ognl:listeners.doEdit"
parameters="ognl:parameterContainerIndex"></a>

returns

"/intaglioWebClient/app?service=direct/1/CWorkspace/folderList.$DirectLink&amp;sp=S21adsdfasdfasdf2232d"

nothing else!

Can someone get me started on which class to subclass
(I presume it is DirectLink) but what to code is a
mystery to me.

Thanks for the headstart on this.
E



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



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

Reply via email to