21 Jan
2004
21 Jan
'04
1:01 p.m.
"Chris Withers" <chris@simplistix.co.uk> wrote:
<dtml-call "temp_folder.manage_addProperty('newtestpropvar', 'initial contents', 'string')">
<dtml-call "REQUEST.set('ownerid', 'testpropvar')"> <dtml-if "temp_folder.getProperty(ownerid, 'none') != 'none'"> <dtml-var ownerid> exists<br> <dtml-else> <dtml-var ownerid> does not exist<br> </dtml-if>
This really should in in python scripts :-(
Why put this code in python scripts? Is there some performance benefit or other reason? Jonathan