I am passing a message using text area in html file.
In the message file, let say there are three lines.
when I pass it to jsp page. All three lines appear as a single line.
How can I separate this single line into original three lines please?
thanks in advance.