[Zope] verifying existence

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Fri, 4 Jan 2002 16:50:06 +0300


On Fri, Jan 04, 2002 at 06:23:08AM -0600, Steven Turoff wrote:
> <dtml-if "thisPage exists">

   <dtml-if "_.hasattr('thisPage')">

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.