[Zope] attribute error?

Tom Deprez tom.deprez@village.uunet.be
Sun, 13 May 2001 15:00:50 +0200


Why does the following script returns an attribute error?

for x in context.shopping_cart.test3:
  print x

while test3 only contains 

return [1,2]

Tom.