Re: [Webware-devel] PSP oddities

2001-08-13 Thread Fionn Behrens
Hi Geoff Talvola, on 13-Aug-2001 you wrote: > So how about adding a PSP tag "<%@ page writeMethod="myWriteMethod"%> that > specifies a method to use to write out all output? If it's not specified, > then it uses the default which is to call response.write(). You could then > provide your o

Re: [Webware-devel] PSP oddities

2001-08-13 Thread Geoff Talvola
At 07:59 PM 8/11/01 +0200, Fionn Behrens wrote: >This is not entirely true. With the current implementation of PSP your choice >is basically: No processing and no writing of the page at all OR processing >and writing of the page. So you want to be able to post-process the page before it gets writ