[Zope] turning off inheritance
Oleg Broytmann
Oleg Broytmann <phd@mail2.phd.pp.ru>
Wed, 13 Dec 2000 19:39:43 +0300 (MSK)
On Wed, 13 Dec 2000, Kyler B. Laird wrote:
> Units and people both have contact information
> stored in their properties. How do I detect if a
> person has, for example, 'contact_email' set?
>
> I've tried
> <dtml-if "_.hasattr(this(), 'contact_email')">
Something like
<dtml-if "_.hasattr(aq_explicit, 'contact_email')">
(untested, but I use this in External Methods)
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.