Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to "wordwrap" mysql's bean String result

807606Apr 20 2007 — edited Apr 20 2007
Hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2007
Added on Apr 20 2007
2 comments
179 views