I am now designing a method which takes a java.io.JspWriter or a
java.io.BufferedWriter as a parameter. The method then writes to the
parameter.

public void test(JspWriter _out);

These classes have a common superclass, java.io.Writer but, unhappily,
that object does not feature the useful newLine( ) method. That means I
cant take a Writer as a parameter.

Please let me know how I can do that.

fribeiro

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to