File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Description entered in the form (textarea) gets wrapped Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Description entered in the form (textarea) gets wrapped" Watch "Description entered in the form (textarea) gets wrapped" New topic
Author

Description entered in the form (textarea) gets wrapped

sachin pachpute
Ranch Hand

Joined: Aug 05, 2004
Posts: 35
In my spring, JSP based application, user is entering free from description in the text area. But when data is saved and displayed on the next (read only) page, entire text is wrapped in to single para. I want whole text to be saved as user enters it along with line spaces, newlines, tabs etc.

eg is as below.

below entered description when saved will get wrapped in to a single para and will not be dispayed as it looks below.I have posted this question on other forums and also tried finding solution online so please help.


Books in the stack are

Spring
Hibernate
jQuery
mySQL
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
Either use a pre tag

Or you need to convert the new lines and extra spaces to <br/> and &nbsp;
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Description entered in the form (textarea) gets wrapped
 
Similar Threads
JSF multiple check box and single array list in backing bean
input data disappeared after the apply button is clicked
Data in an applet not being displayed after save
how to upload using html or javascript?
What do I have to use....