Hi everybody,
I need to let users interact with my
application so they can insert their personal comments.
I store these comments (with line breaks, tabs, spaces...) in a mysql DB, but when I get them from DB and display in JSP, no line breaks, tabs or spaces are shown...(I'm using Struts 2 < s : property value="comment"/>)
If I look how the comments are stored in DB (e.g SqlDeveloper, I can see the line breaks, tabs and spaces)
anybody knows how to solve this problem??
thanks in advance