Bob Gailer wrote at 2003-9-25 08:59 -0600: > tal:repeat="n container/get" > > works but I want to pass a parameter, and > > tal:repeat="n container/get(1)" ... python: container.get(1)... By the way: "get" is not a usual attribute of "container"... Dieter