Click to See Complete Forum and Search --> : HTML textarea + Jsp


wtpandar
08-24-2006, 06:48 PM
Hi

How would i convert new line feeds from a textarea (HTML) formatting to java? for example


in a textarea a user inputs the following:
------------------------------------------
Hello

new line feed

------------------------------------------

How do i get java to recognise the return carriage between the "Hello" and the "new line feed" text?

wtpandar
08-24-2006, 07:10 PM
For those who stumble accross my posting here is an answer that i have tried and works

http://forum.java.sun.com/thread.jspa?forumID=45&threadID=705997