how to write contents of a text area to a file in servlets??
+1
A:
http://www.servlets.com/jservlet2/examples/ch04/index.html Checkout example 4.12. That shows you how to get the query string params.
http://www.javapractices.com/topic/TopicAction.do?Id=42 Shows reading and writing to a file.
Also, you may want to check out the code samples, tutorial and API on java's page. They are full of information that will be useful to you.
It is also best to learn how to research API's and frameworks on your own so that you aren't dependent upon other to explain things to you. Google is also your friend. Everything I came up with was from a quick Google search.
jimktrains
2008-11-19 03:38:48