11 Jun
2001
11 Jun
'01
1:09 p.m.
Hi Jerome Just now I've been using Zshell (for which, many many thanks) to copy up a bunch of properties from a parent to a contained object. Unfortunately, the properties were generated by the dtml Calendar tag, and they contain slashes, eg: '2001/06/08'. This doesn't work with addprop: addprop 2001/06/08/string ProjectCalendar Why not just make the seperator a space, and make the 1st parameter the Property name, the 2nd type, and the rest the object IDs? addprop 2001/06/08 string ProjectCalendar Regards, jean