I have a JSP page that is using a bean to write information out to a file.
There are a couple problems that I'm running into. :
1)      When I put a System.out.println() in the bean, I never see the
message output to the webserver window.  Why is this?
2)      The file is never written to.  For example, I'm doing a setName call
to the bean, the name is getting set in the bean, but from within the
setName method another method, writeFile() is being called.  This call to
writeFile() never happens, the file is never created.

I am new to this and am stumped by what is happening here.  Any help would
be greatly appreciated....

Does anybody have a bean that actually does file I/O that they would mind
posting or e-mailing to me?

Thanks in advance.

Quenten

===========================================================================
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