28 Feb
2000
28 Feb
'00
3:34 p.m.
----- Original Message ----- From: "Tom Deprez" <tom.deprez@uz.kuleuven.ac.be> To: <zope@zope.org> Sent: Monday, February 28, 2000 9:39 AM Subject: [Zope] Simple q'n but driving me crazy
I assume this piece of code has to be placed in the _add method, but how does it look like?
<dtml-call "REQUEST.set('Category','TEST')">
doesn't work and all my other trials with using the propertysheets names etc don't work either
Hmm... This should work. The _add method is the right place for it. Are you doing something like: <dtml-call "propertysheets.YourPropSheet.manage_editProperties(REQUEST)"> ?? Kevin