[Zope] 'Owner' not being set.
Dieter Maurer
dieter@handshake.de
Wed, 11 Jul 2001 21:09:50 +0200 (CEST)
Dave Smithson writes:
> ... Owner not indexed ...
> <dtml-call "REQUEST.set('Owner',AUTHENTICATED_USER.getUserName())">
> <dtml-with "zc_book.createInObjectManager(REQUEST['id'], REQUEST)">
>
> <dtml-call "REQUEST.set('prop',propertysheets.get('book_properties'))">
> <dtml-call "prop.manage_editProperties(REQUEST)">
> <dtml-call reindex_object>
How is this supposed to work?
Does your ZClass have a property "Owner"?
Dieter