[Zope3-Users] Traversing a Tuple Field

2005-10-26 Thread Johan Carlsson
Hi all, I have a schema that defines a tuple field that holds object field of a specific type. Now I want to be able to traverse each object in the tuple by using ./field_name/index. From the Zope3 book I've learn how to create a Traverser (by subclassing the ContainerTraverser) but my problem

Re: [Zope3-Users] Traversing a Tuple Field

2005-10-26 Thread Johan Carlsson
Johan Carlsson wrote: Hi all, I have a schema that defines a tuple field that holds object field of a specific type. Now I want to be able to traverse each object in the tuple by using ./field_name/index. From the Zope3 book I've learn how to create a Traverser (by subclassing the