At 09:22 AM 6/9/2001 -0400, Jay Love wrote:
>On 08 Jun 2001 10:21:38 -0700, Tavis Rudd wrote:
> >
> > I should have written something about this.  ServletFactory
> > and PlateKit were essentially duplicating what TScompile
> > does for .tmpl files, but TScompile does it better.  If you are
> > build a site using .tmpl files you should compile all the .tmpl
> > files into .py files using TScompile or the #extend directive
> > won't work with intra-site extends.  This limitation also exists
> > with PSP's page @extend directive.  The ServletFactory only
> > works on a single servlet at a time and thus isn't ideal for
> > working with #extend.
>
>I guess what you're saying here, as it relates to PSP, is that one psp
>page can't inherit from another?  That is true, but who cares?  They
>should inherit from a servlet.
>
>Is that what you were saying?  Ignore me if this takes a long
>explanation, I just haven't been keeping up with this thread.
>
>Jay

That's exactly the issue.  I personally have all of my PSPs inherit from a 
servlet.  In fact, it never really occurred to me to inherit from another 
PSP, so the fact that you can't do it doesn't bother me.  However, if it's 
not too hard to fix, why not fix it?


- Geoff


_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to