Hello,

I'm trying to use a custom link renderer in a Tacos component, I'm attempting to do a drop down menu version of the site map.  Anyway I have this code in my HTML template:

<a jwcid="@PageLink" page="ognl:name" caption="ongl:name" renderer="ongl: @[EMAIL PROTECTED]" />

This gives me this result:
Error converting value for template parameter renderer: No type converter for type org.apache.tapestry.link.ILinkRenderer is available.

No type converter for type org.apache.tapestry.link.ILinkRenderer is available.

I have used this code before, both html and java and it has worked.  Have I missed something?

Thanks,

Craig

Reply via email to