I have a textarea field in an HTML form. When the user submits the form, a
servlet inserts the content of the textarea in Oracle database.
When the contents of the textarea are retrieved from the database and displayed on a servlet or a
JSP, line breaks and other formatting aren't displayed. I tried using the HTML PRE tag (preformatted), but that didn't fix the problem.
Any ideas on how to store the textarea in a database and/or how to display the retrieved contents from the database.
Thx.
Ulvi.
[ March 03, 2003: Message edited by: Ulvi Cetin ]