[Zope] Accessing Superclass methods?

2000-06-14 Thread Nils Jeppe


Hello,

I have yet another question (sorry to spam y'all)..

How do I call a ZClass'es superclasses' methods in dtml? :-)



best wishes,
Nils



-- 
 "Like most of life's problems, this one can be solved with bending."
--- Bender



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Accessing Superclass methods?

2000-06-14 Thread Rik Hoekstra



Nils Jeppe wrote:
 
 Hello,
 
 I have yet another question (sorry to spam y'all)..
 
 How do I call a ZClass'es superclasses' methods in dtml? :-)
 

They're automatically available

Rik

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Accessing Superclass methods?

2000-06-14 Thread Nils Jeppe

On Wed, 14 Jun 2000, Rik Hoekstra wrote:

  How do I call a ZClass'es superclasses' methods in dtml? :-)
 They're automatically available

not if I overwrite them...

In Java I think you can do somethink like call super.method().


Best wishes,
Nils


-- 
 "Like most of life's problems, this one can be solved with bending."
--- Bender



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )