Hi all!
I am writing my first java code and it involves reading form data,
uploading a file, creating a mail message with the file attached and
then returning the same page with the some of the inputted data. I was
wondering if I can have more than one method  that uses ServletRequest
and ServletResponse in a servlet.  I am trying to write two outputs, one

to a mail message and the other to the client.  Should I setup two
methods that output to the two different sources or can I only have one
response output?  Should I try to write to both the mail and the browser

fields in the same method?  Should I do two different servlets even
though I will be using the same data?
Help.
Thanks so much!
Shirley Powers

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to