hi
i'm designing a small forum type web app.
Using JSP and Oracle.
I created a TEXTAREA where a user could write his messages.
i'm able to store these messages in my oracle database.
Now, when i try to read the message again from database and display it on my browser, i could not see the line breaks or any other html tags...it all comes in a single line.
How can i store line breaks (<BR>)in my database.
Please help!
thanx
Softjack
i'm designing a small forum type web app.
Using JSP and Oracle.
I created a TEXTAREA where a user could write his messages.
i'm able to store these messages in my oracle database.
Now, when i try to read the message again from database and display it on my browser, i could not see the line breaks or any other html tags...it all comes in a single line.
How can i store line breaks (<BR>)in my database.
Please help!
thanx
Softjack