request.getParameter("Name") is the way to fetch the form input. When the input is a
<textarea />, the user may type multple lines of input. It seems like
request.getParameter() will NOT fetch the new line char. It also will NOT fetch
special chars, like tab, space (in there is more than one), and new line chars. So, a
multi-paragraph text will become a clustered string after go through
request.getParameter(). Is there way to get around of this to preverve the original
format from a <textarea> ? Thanks for any comments.
JJ Fu
SUN Certified Java Programmer.
===========================================================================
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