Xron changeproperties
Trying to use the following in a DTML method to change the properties of an xronDTMLmethod <dtml-call expr="UserEvent_TEST.manage_changeProperties( title = 'Modified ' + ZopeTime().strftime('%Y%m%d - %H:%M'), executeAt = timestr, periodDays = 1.0, data = 'Test' )"> running this changes the title property of the parent folder of the UserEvent_TEST method (xron method). Anyone? Thanks Alan Capesius, MCSE/NTCIP+20 http://twsite.bizland.com/techtips.htm
Try this, I suspect there is a difference in definition of namespace... <dtml-with UserEvent_TEST> <dtml-call expr=manage_changeProperties( title = 'Modified ' + ZopeTime().strftime('%Y%m%d - %H:%M'), executeAt = timestr, periodDays = 1.0, data = 'Test' )"> </dtml-with> -- Loren
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Capesius, Alan Sent: Wednesday, April 11, 2001 11:28 To: zope@zope.org Subject: [Zope] Xron changeproperties
Trying to use the following in a DTML method to change the properties of an xronDTMLmethod
<dtml-call expr="UserEvent_TEST.manage_changeProperties( title = 'Modified ' + ZopeTime().strftime('%Y%m%d - %H:%M'), executeAt = timestr, periodDays = 1.0, data = 'Test' )">
running this changes the title property of the parent folder of the UserEvent_TEST method (xron method).
Anyone?
Thanks
Alan Capesius, MCSE/NTCIP+20 http://twsite.bizland.com/techtips.htm
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Capesius, Alan -
Loren Stafford