Re: Info on customizing jspc - jasper

2001-11-29 Thread Alberto Romei
- From: Alberto Romei [EMAIL PROTECTED] To: Tomcat Developers 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

Re: Info on customizing jspc - jasper

2001-11-28 Thread Alberto Romei
extends=my.jsp.page.class % - Original Message - From: Alberto Romei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 27, 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

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