26 Jan
2002
26 Jan
'02
2:55 p.m.
##parameters=myFolder, myObjectType results=[] for object in container.myFolder.objectValues(myObjectType): tuple = object.title, object.id results.append(tuple) return results I get an attribute error calling the following. tuple_of_items('idofTargetFolder','DTML_Method') I have tried getitem and render. Please help me with what I have missed? Thanks, Trevor