Hallo,

> > What I had in mind for Embperl (using the Embperl::Object stuff) was an
> > inheritance tree for the request object.  But I want my base.epl to be
> > in the middle:
> > (the order is via my understanding of precedence, most -> least)
> >
> >   REQUESTED PAGE  -->    base.epl    --> defaults.epl
> >  (the .html file)
> >
> >...
> > 2. Adding to the ISA array via 'Execute':
> >     (in base.epl)
> >     Execute ({isa=>'defaults.epl'});
> >
> 
> That's the correct way to go.

Good -- thanks for the clarification.

> >    Now, base.epl (being the EMBPERL_OBJECT_BASE) does not seem to like
> >    having an 'isa' assignment in it.  I get some error in embperl.log
> >    about the ISA being corrupted.
> >
> I assume you test this with b5 (or 1.3.x), because the error message isn't
> anymore in b7
> 
> This is only a warning. Does your code work?

Hmmmm, funny that -- it DOES work!

I am not sure what I did when it was nonfunctional, but it does seem to be 
working like expected (both in 2.0b5, 2.0b7).  I think I am doing the exact 
same thing.  Perhaps I had a syntax error and then saw the warning...
which led me to believe that was the cause.  

Thanks for helping me catch my own mistake...  ::sigh::

Cameron



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to