Re: Invoking onPersist of Base-Prototype

"Hannes Wallnoefer" <[email protected]> Wed, 5 Sep 2007 10:27:50 +0200
Newsgroups gmane.comp.java.helma.general
Message-ID <[email protected]>
Hi Anton,

2007/9/5, Anton Pirker <[email protected]>:
> Hi List!
>
> I have a base prototype from which i inherit quite a bunch of other
> prototypes.
> Now, if I store an object of one of the child-prototypes i want the
> onPersist()-function of the base-prototype to be called.

This is what should happen by default. If the parent prototype
onPersist() isn't called (and the child proto doesn't override it),
then it's a bug.

hannes