Re: [Webware-devel] PSP include directives

2001-06-09 Thread Chuck Esterbrook
At 08:37 AM 6/9/2001 -0400, Jay Love wrote: >No, it should be "path" for psp:include. I just haven't updated the >documentation. @include includes the source of a file, psp:include >actually does a application.includeURL call. Perhaps it should be "url"? -Chuck ___

Re: [Webware-devel] PSP include directives

2001-06-09 Thread Jay Love
Well, that seeming inconsistency came straight from JSP. It actually does have a purpose, though. @ commands are done at compile time. psp: commands do something at runtime. Jay Chuck Esterbrook wrote: > At 01:52 PM 6/8/2001 -0400, Geoff Talvola wrote: > >> I just noticed that the documen

Re: [Webware-devel] PSP include directives

2001-06-09 Thread Jay Love
No, it should be "path" for psp:include. I just haven't updated the documentation. @include includes the source of a file, psp:include actually does a application.includeURL call. Jay Geoff Talvola wrote: > I just noticed that the documentation for PSP specifies the following > syntax: >

Re: [Webware-devel] PSP include directives

2001-06-08 Thread Geoff Talvola
At 02:03 PM 6/8/01 -0400, Chuck Esterbrook wrote: >At 01:52 PM 6/8/2001 -0400, Geoff Talvola wrote: >>I just noticed that the documentation for PSP specifies the following syntax: >> >>If you want to include another PSP file in this PSP file and have it be >>parsed for PSP content: >><%@include f

Re: [Webware-devel] PSP include directives

2001-06-08 Thread Chuck Esterbrook
At 01:52 PM 6/8/2001 -0400, Geoff Talvola wrote: >I just noticed that the documentation for PSP specifies the following syntax: > >If you want to include another PSP file in this PSP file and have it be >parsed for PSP content: ><%@include file="myfile.txt"%> > >If you want to forward the request