[Zope] Re: Looking up object instances..

Marius Kjeldahl marius@funcom.com
Sun, 19 Mar 2000 20:37:31 +0100


I found a soluton that worked:

<dtml-let mytest="REQUEST.id">
<dtml-with "_.getattr(PARENTS[0].products.productdb, mytest)">

Marius Kjeldahl