10 Apr
2002
10 Apr
'02
7:31 a.m.
Hi Dieter, thanks, this is exactly what I needed! Greetings, Ria
Is it possible to look inside folders during the generating of this list of URL's ? Sure:
<dtml-in expr="..." prefix=MyList> <dtml-let folder="MyList_item"> <!-- this is the current folder may be, there should be not "_" --> <dtml-if "_.hasattr(folder.aq_explicit,'What you are lookin for')"> .... </dtml-if> </dtml-let> </dtml-in>
Dieter