[Zope] My objectValues doesn't have the right permissions ... I guess

Andy McKay andym@ActiveState.com
Mon, 9 Jul 2001 09:12:07 -0700


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.