Hi Guys,

I have two questions for you.

One: How do you get the value of a text area in servlet? Do you just assign
it to a String?

Two: How do you keep the structure of the textarea that was inputted?
example:

if you enter:

hello
hi
ho


When I use regular string, it will return like so:

hello hi ho

What I want is to keep the structure as:

hello
hi
ho


When I use StringBuffer as the type of the variable, the java told me that
the data that I was about to get (textarea) was not compatible. What should
I do?

I use access database as the tryup.

Please help me,

Thanks in advance.

Rendra

___________________________________________________________________________
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