aspose file tools
The moose likes JSF and the fly likes Error on page with ADF using a table with multiple results page 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 » JSF
Reply Bookmark "Error on page with ADF using a table with multiple results page" Watch "Error on page with ADF using a table with multiple results page" New topic
Author

Error on page with ADF using a table with multiple results page

Daniel Conner
Ranch Hand

Joined: Jan 25, 2007
Posts: 47
I am using the af:table tag. I recently noticed a problem within my application. I have the table set so only 8 rows are displayed at a time. When there are more than 8 rows, the user can click next to go to the next page of records. When going to the next page, in IE an error icon is displayed on the lower left hand part of the page. When double clicking on it in hopes of getting some sort of hint, all it says is:

Invalid Argument
Line 6824
Char 5
and the URL

The problem is.. Viewing the source in a good text editor like Textpad doesn't help because there is no way to know(that I can see anyways) what the real line number is. I was wondering if anyone could shed some light on it. The functionality of my application doesn't seem to have been affected... But, I still would like to know what is causing the error. Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Error on page with ADF using a table with multiple results page
 
Similar Threads
apparent caching of result set
How to store a value so that any JSP page can read it?
paging
What is best way to display a results set from a database?
Is this thread dump indicating tomcat is low on memory?