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 written into 
the response object.  I've never needed to do this, but I can see where it 
might be useful.

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 own method in your base class that collects the output instead 
of sending it directly to the response.

I'm not volunteering to write this new tag, I'm just proposing it...


--

- Geoff Talvola
   [EMAIL PROTECTED]

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

Reply via email to