Hello,
I have a question regarding the VelocityWriter class and mergeTemplate
method inside VelocityServlet.
The velocityWriter constructor is: public VelocityWriter(Writer writer)
whereas the recycle method is public final void recycle(OutputStreamWriter writer)
instead of
public final void recycle(Writer writer)
This disallows me to use a PrintWriter from the Velocity Servlet.
Daljeet
- Fw: Velocity within JSP framework daljeetsingh
- Fw: Velocity within JSP framework daljeetsingh
- Re: Fw: Velocity within JSP framework Geir Magnusson Jr.
