aspose file tools
The moose likes JSP and the fly likes Data Display problem in JSP. 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 "Data Display problem in JSP." Watch "Data Display problem in JSP." New topic
Author

Data Display problem in JSP.

mark watson
Ranch Hand

Joined: May 20, 2008
Posts: 44
Hi Friends,

I have some data to display in JSP, In a tabular form.
The problem is, It is displaying only part of the data and then its not displaying anything, it is breaking the page abruptly. I placed some SOP statements to check the execution of whole page, every SOP statement printed on console. I am providing my code ,Anybody please let me know what may be cause for this problem.

Note: Another page woth same code is working perfectly fine.



Thanks
-Mark
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

By far the most common cause of such problems is an exception being thrown. Check the logs for stack traces.

I'll assume that there are no catch blocks in your code that eat exceptions.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
mark watson
Ranch Hand

Joined: May 20, 2008
Posts: 44
I got the problem, problem with property of the textarea. Thanks guys.
 
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: Data Display problem in JSP.
 
Similar Threads
problem with the sizes of each box
Validate() method of ActionForm
INCLUDES.DBconnection error
JSP Help Regarding the Radio Button
Returning a result set in an html form