[Zope] PropertyFolder 1.3.1 browser_default
Dieter Maurer
dieter@handshake.de
Wed, 19 Feb 2003 20:52:15 +0100
volker.wend@efgbsh.de wrote at 2003-2-18 21:03 +0100:
> I have a Problem with a specialized PropertyFolder
>
> For some reasons I get the following Trace
>
> 2003-02-18T20:44:52 ERROR(200) SiteError http://ddsddsfdsfsd Traceback
> (innermost last):
> File C:\Program Files\Zope\lib\python\ZPublisher\Publish.py, line 89, in
> publish
> File C:\Program Files\Zope\lib\python\ZPublisher\BaseRequest.py, line 265,
> in traverse
> File C:\Program
> Files\Zope\lib\python\Products\PropertyFolder\PropertyFolder.py, line 300,
> in __browser_default__
> (Object: aufbruch_202)
> AttributeError: getId
Looks as if "abubruch_202" had not "getId" attribute.
If this is not the case, check the code at line 300 of "PropertyFolder.py".
Dieter