• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

servlet display problem

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi folks,
I am doing a project in servlets where in i am coming across some problems.
I am trying to read the text from a database which has to displayed on the screen using servlet. I don't how to store all the details of paragraph, tabs, carriage feeds what the user types in a form which will be stored in the d/b.
This is exactly same as how i am typing here. All the paragraphs what i am typing here is reflected correctly on the final display of my question. But in my case it is just appending
could anyone help me
Bye
Vinay
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are going to have to learn HTML markup to get control over the appearance of the text. As a cheap and quick shot see what happens if you use the <pre> ... </pre> tags (for preformatted)
Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic