9 Jul
2001
9 Jul
'01
4:12 p.m.
If you were having a permission problem an error would be raised.
When I try to list the objects through:
<dtml-in objectValues> <a href="<dtml-var absolute_url>"><dtml-var title_or_id></a><br> </dtml-in>
I get nothing too.
Do you mean your loop is iterated through zero times. In which case objectValues is returning 0, so you need to think about what namespace you are iterating through. Cheers. -- Andy McKay.