Hi Tim, My solution was to use an address container to act as the 'addressbook'. An adapter is used to attach (using annotations) the addressbook to any object which implements IHaveAddressInfo.
Doctest: http://www.tfws.org.nz/tfws.portal.address.README.html Code: http://projects.treefernwebservices.co.nz/tfws.org.nz/browser/trunk/src/tfws/portal/address/ On Wed, 2006-07-19 at 21:22 +0100, Tim Penhey wrote: ... > Now it is with the postal_address I hit my first snag. I really want > to say > that it is an IAddress. Am I using InterfaceField correctly here? Is > there > an option to specify the type of the interface? > > Also how do I specify a list of addresses? > > Thanks. > Tim _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
