[Zope] catalog.getpath -->search results as links

Chris Withers chrisw@nipltd.com
Wed, 12 Jul 2000 23:35:34 +0100


sean@horse101.com wrote:
> Replace it with this:
>             <tr>
>              <a href="<!--#var
> "catalog.getpath(data_record_id_)"-->">
>               <!--#var title-->
>              </a>
>             </tr>

What is the id of your catalog object?

replace 'catalog' with that id. I'm guessing you should have 'Catalog'
instead ;-)

HTH,

Chris

PS: Change to using the <dtml- > syntax instead of <!--# -->, it has
been deprecated, I think...