[Zope-dev] Relations

2002-09-02 Thread Jens Bjerre
Hi Can anyone please explain to me, how it's possible to make relations using ZClasses. Let's say that i would like to make a product catalog with x numbers of pictures, and sometimes no pictures. I guess it's something about making a ZClass wich can contain objects??? Regards Jens Bjerre

Re: [Zope-dev] Relations

2002-09-02 Thread Max M
Jens Bjerre wrote: Can anyone please explain to me, how it's possible to make relations using ZClasses. Let's say that i would like to make a product catalog with x numbers of pictures, and sometimes no pictures. I guess it's something about making a ZClass wich can contain objects??? In

RE: [Zope-dev] Relations

2002-09-02 Thread Jens Bjerre
Hi Actually for this project, i would like to just store the pictures under the product, and then have some kind of DTML-Method to show the product with the pictures. Jens -Original Message- From: Max M Sent: ma 02-09-2002 13:59 To: Jens

Re: [Zope-dev] Relations

2002-09-02 Thread Max M
Jens Bjerre wrote: Hi Actually for this project, i would like to just store the pictures under the product, and then have some kind of DTML-Method to show the product with the pictures. Then you should just create a zClass and subclass Objectmanager as the first class. You can also choos

[Zope-dev] Fw: [Zope] xmlrpc redirect response

2002-09-02 Thread Casey Duncan
What do you all think of this? Do redirects ever make sense to an xml-rpc call? In reading the spec it says (in reference to the response status value): Unless there's a lower-level error, always return 200 OK. Now granted this problem stems from calling a ZMI API through xml-rpc, but for