[Zope] RE[3]: [Zope] Product inheritance question. ==> Pb. moving class from a product to another + etc.s from a product to another + etc.

2000-08-30 Thread NABETH Thierry
M To: [EMAIL PROTECTED] Subject: Re: RE[2]: [Zope] Product inheritance question (similar question) NABETH Thierry writes:  > What I will have to do:  > - create a Package (Zope product).  > - create a class in this package, and a method (my_method) This should be a method of the class, not a

[Zope] RE[2]: [Zope] Product inheritance question (similar question)

2000-08-21 Thread NABETH Thierry
Sent: Friday, August 18, 2000 9:49 PM To: NABETH Thierry Cc: '[EMAIL PROTECTED]' Subject: RE: [Zope] Product inhetitance question (similar question) NABETH Thierry writes:  > And what happen if the Class A is in a package PA.  > Clabb B is in a package PB.  >  > How do you access

RE: [Zope] Product inhetitance question (similar question)

2000-08-18 Thread NABETH Thierry
Title: RE: [Zope] Product inhetitance question (similar question) And what happen if the Class A is in a package PA. Clabb B is in a package PB. How do you access the namespace of PA from PB ? When I have tried, the inherited methods from A where not visible from B, and I and to recreate

[Zope] Accessing the namespace of another Product/Package ? (pb when the superclass belong to another package)e superclass belong to another package)

2000-07-11 Thread NABETH Thierry
Title: Accessing the namespace of another Product/Package ? (pb when the superclass belong to another package) Hello, In order to have a system more modular, I have split a package (product) into several other product. In particular, I have a package (BaseClassesPackage) that define some

RE: [Zope] geting the type of an object from within dtml ??? ==> it works

2000-06-26 Thread NABETH Thierry
Title: RE: [Zope] geting the type of an object from within dtml ??? ==> it works Hello, >> works. Yes, it display the correct meta type. Thanks. When I had done some tests, I forgot to set the meta_type field, and the system was displaying the meta type of the superclass instead. (which

RE: [Zope] getting the type of an object from within dtml ???

2000-06-26 Thread NABETH Thierry
Title: RE: [Zope] getting the type of an object from within dtml ??? Hello, >> would you please elaborate what are you trying to determine the type of? Sorry for my lack of clarity. I would like to get the class of the object, just using dtml. (and without using external method) Ty

RE: [Zope] Pointers in zope ??? object1 --> object2 ==> "REQUEST.resolve_url('my_url')"

2000-06-21 Thread NABETH Thierry
erry Nabeth Research Fellow INSEAD CALT (the Centre for Advanced Learning Technologies) http://www.insead.fr/CALT/ -Original Message- From: R. David Murray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 20, 2000 9:22 PM To: NABETH Thierry Subject: RE: [Zope] Pointers in zope ??? object1 --&

[Zope] Pointers in zope ??? object1 --> object2

2000-06-20 Thread NABETH Thierry
Title: Pointers in zope ??? object1 --> object2 Hello, I am trying to figure out how I can find a way to implement pointers in Zope. In other words, I would like to be able that the content of an attribute reference another object.  object1 --> object2 and say for instance: object1.aaa := o