Click to See Complete Forum and Search --> : JSP page with lots of content get cuts off?


decibel
08-04-2009, 05:37 PM
Hi,

I have a jsp page that is a game leaderboard. The top 100 results get shown, i am successfully retrieving 100 records from a java bean. I'm using a FOR loop to iterate through the records and generate a table, the problem is that the jsp page is cutting off the html content when it gets to a certain length, right now its the 86th row. There is no escaping problems, the html just gets cut off. It appears as if there is a content limit. Any insights on why this is happening?

thanks

ALSO, why doesn't this Java forum have pagination? I can't browse older post!

KDLA
08-05-2009, 02:18 PM
When you view the source (once the page is rendered in the browser), do you see the remaining entries, or are they missing there, too?

decibel
08-10-2009, 01:36 PM
The HTML is just cut off, it isn't a rendering issue or malformed html issue.

KDLA
08-10-2009, 01:38 PM
The reason I ask is that it could be CSS. A height could be applied to the table.