>
> Okay, um... well I moved the "cascaded" parts out of the
> EMBPERL_OBJECT_BASE file, and the bug magically went away.
>
> Freaky.
>
> But am I really using EmbperlObject wrongly? Or is this a style
> thing?
>
Basicly it should work the way you have done it and it is a bug that it
doesn't work
I think your approach in using EmbperlObject is not correct.
If you have components that need to be "casacaded" trough a directory
tree its better to isolate them out of the "template" page.
The template should have all the needed "Executes" to these components
and don't forget the magical Exec
On Thu, 27 Nov 2003 20:58:32 +1100, Michael (Micksa) Slade
<[EMAIL PROTECTED]> wrote:
http://knobbits.org/embperlobject-inheritance-bug.tar.gz
load up /test/dir1/sub/foo.html
(or http://knobbits.org/test/dir1/sub/foo.html if you like)
Some sort of memory corruption or something I guess. It ha