[Zope] trying to use hasProperty()

Jens Quade jq@jquade.de
21 Feb 2002 18:21:45 +0100


"Roger Sillito" <w.r.sillito@ncl.ac.uk> writes:

> <dtml-in "objectItems(['DTML Document'])">
>   <dtml-if "_['sequence-item'].hasProperty('active')">

> This isn't working though, I get
> 
> Error Type: AttributeError
> Error Value: hasProperty

Does it work using objectValues instead of objectItems?