Re: Info on customizing jspc - jasper

2001-11-29 Thread Alberto Romei
Subject: Re: Info on customizing jspc - jasper Alberto: Maybe I'm missing something here but couldn't you simply intercept the response output stream and redirect it to a file? Have you tried using a filter? Alternatively, ou may be able to do this by 'including' your jsp from a servlet

Re: Info on customizing jspc - jasper

2001-11-28 Thread Alberto Romei
- From: Bill Barker [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 8:27 PM Subject: Re: Info on customizing jspc - jasper This is off-topic for the dev list. You'll probably get a better response from [EMAIL PROTECTED] What you want is @page

Re: Info on customizing jspc - jasper

2001-11-28 Thread Tom Drake
List [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 2:34 AM Subject: Re: Info on customizing jspc - jasper | Hi, and many thanks for the replies. | Using %@page extends=my.jsp.page.class % allows me to change only the | name of the superclass for my JSP, but i need to do more than this. | I

Info on customizing jspc - jasper

2001-11-27 Thread Alberto Romei
I wanted to use JspC to generate a java program (not exactly a servlet) which writes its output to a file on the disk instead of the HttpServletResponse's JspWriter. In practice, i just need to customize the fixed parts of the generated code like: public class Foo extends HttpJspBase { or

Re: Info on customizing jspc - jasper

2001-11-27 Thread Bill Barker
on customizing jspc - jasper I wanted to use JspC to generate a java program (not exactly a servlet) which writes its output to a file on the disk instead of the HttpServletResponse's JspWriter. In practice, i just need to customize the fixed parts of the generated code like: public

Re: Info on customizing jspc - jasper

2001-11-27 Thread Michael Jennings
, 2001 10:32 AM Subject: Info on customizing jspc - jasper I wanted to use JspC to generate a java program (not exactly a servlet) which writes its output to a file on the disk instead of the HttpServletResponse's JspWriter. In practice, i just need to customize the fixed parts of the generated