Could you please tell me the alternative?
     I heard of  'JspWriter', but, I'm not sure of how to implement it. When
I tried using it, I get an error at my out.println statement in the inner
function.
I included, 'out' as a parameter in the call to the function ( String
returnValue = InnFunc("in", out) ).  In the function definition, I include a
parameter as below:
public String InnFunc(String par, JspWriter out)

Thanks,
Divya.
----- Original Message -----
From: Karau, Joe <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 09, 2000 1:36 PM
Subject: Re: How to write functions and procedures in JSP?


> Because of the system.out's you're probably outputing the data in the
inner
> functions to the web-server, instead of to the response's out stream.
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to