5 Mar
2000
5 Mar
'00
4:25 p.m.
Nico Grubert schrieb:
hello,
can anybody tell me what this error is ? i am craeting a zclass and adding an instances via dtml....
hmmm .. maybe it would be useful to paste also your dtml-code which leads to the error :)
********************** Zope Error
Zope has encountered an error while publishing this resource.
Error Type: AttributeError Error Value: _u
[traceback snipped]
File C:\Programme\zope201\lib\python\App\FactoryDispatcher.py, line 126, in DestinationURL AttributeError: (see above) *********************************
From a look into FactoryDispatcher.py I would assume, that you've lost your REQUEST before BOOKCLASS_add is called.
hth, Thomas