This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes How we can Keep  the JSP page unchanged Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How we can Keep  the JSP page unchanged" Watch "How we can Keep  the JSP page unchanged" New topic
Author

How we can Keep the JSP page unchanged

sonu rai
Greenhorn

Joined: May 23, 2007
Posts: 22
hi all,

my problem is when i am displaying an data Like HTML tags then the structure of my table is destroyed. The Data is Comming from DataBase.

Such as forward(<Object name>Request,<Object name>Response)
such type of Data is Destroying my table in JSP Page
Deepak Bala
Bartender

Joined: Feb 24, 2006
Posts: 6588
    
    1

Can you be a little more clear please. Is your table alignment zig zag ? What do you mean by destroyed ?


SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Does the data, coming from the database, contain HTML markup?


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How we can Keep the JSP page unchanged
 
Similar Threads
Pagination Using JSTL(Pagination Tag)
Export to excel
In the same jsp page I want to display data fetched from database
jsp or xsl
create a checklistbox using tld in jsp