how to "wordwrap" mysql's bean String result
807606Apr 20 2007 — edited Apr 20 2007Hello everybody!
I have got a JSP that retrieves, trough a bean, data from a Mysql DBMS.
The problem is that, with String data, my JSP page is unable to recognize when a row finshed and text restart from the next row .
MySQL categorize it using newline characthers that consist of putting 2 Unicode block characters... how I can abilitate my JSP to regonize that?
I think I need something similiar to "nl2br()" in PHP