[Zope] Attribut error...value: _u
Thomas Weiner
weiner@tu-harburg.de
Sun, 05 Mar 2000 17:25:37 +0100
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