3 Aug
2006
3 Aug
'06
6:51 p.m.
manage_addQuery in Query.py looks like: def manage_addQuery(dispatcher, id, title, REQUEST=None): "...." nQ=Query(id,title) dispatcher.Destination()._setObject(id, nQ)
Apparently, "dispatcher" lacks a "Destination" method.
Why are you using it? Usually "dispatcher._setObject" is enough.
I remembered and checked: it was taken from the Zope Developer's Guide 2.4 edition on zope.org!!