[ZCM] [ZC] 587/ 2 Resolve "global name 'find' is not defined"

Collector: Zope Bugs, Features, and Patches ... zope-coders@zope.org
Wed, 25 Sep 2002 08:44:49 -0400


Issue #587 Update (Resolve) "global name 'find' is not defined"
 Status Resolved, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/587

==============================================================
= Resolve - Entry #2 by ajung on Sep 25, 2002 8:44 am

 Status: Pending => Resolved

fixed in 2.6 branch and HEAD.

-aj
________________________________________
= Request - Entry #1 by Anonymous User on Sep 25, 2002 8:33 am

Error Type: NameError
Error Value: global name 'find' is not defined

Traceback (innermost last):
  Module ZPublisher.Publish, line 98, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 39, in call_object
  Module OFS.DTMLMethod, line 144, in __call__
  Module OFS.DTMLMethod, line 371, in decapitate
NameError: global name 'find' is not defined

after trying to view a DTML Method containing the text between the following two lines:
------------
a:test
 test
------------


==============================================================