Accessing Superclass methods?
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
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
Nils Jeppe wrote:
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().
You can't from dtml as far as I know. You might consider not overriding methods if you need them. It would seem like blurring your design anyway to me, especially if you go on to using acquisition. But I don't know what you want to accomplish of course... Rik
participants (2)
-
Nils Jeppe -
Rik Hoekstra