I'm writing an application that have an 'authors' folder and a 'book'
folder.

A book should have one or more authors.
I implemented "author" as a Choice field in every book, and I'm trying a
vocabulary to bring me the list of authors to choose from.

I'm stuck 'cause I can't make out how to obtain the list of objects,
contained in the authors folder, from the vocabulary context.

The structure is

      main
authors  books


(actually is a bit more complicated:

        main
authors     products
         books   multimedia


There are a good many things I would like to ask the list: I implemented
many things learning from the books and using imagination ;), but this one
will suffice, for a start.

ciao
Guido


_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to