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!
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!