I know I am doing this wrong, so please forgive me. I am trying to use the PaginatedList interface to implement a partial list. So, I created a class based on the PaginatedList and set the List to an ArrayList of a test bean class. When I reference the PaginatedList from my JSP it fails with an error saying "Error looking up property 'property_name' in object type 'PaginatedList_implementation_class'... Unknown property.
I also tried inserting partialList="true" and size="5" (the number of test objects in the list) into the <display:table> tag. But, that just fails.
Can someone point out the error in my ways or perhaps some example code available somewhere?
Thanks,
Eric
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I know I am doing this wrong, so please forgive me. I am trying to use the PaginatedList interface to implement a partial list. So, I created a class based on the PaginatedList and set the List to an ArrayList of a test bean class. When I reference the PaginatedList from my JSP it fails with an error saying "Error looking up property 'property_name' in object type 'PaginatedList_implementation_class'... Unknown property.
I also tried inserting partialList="true" and size="5" (the number of test objects in the list) into the <display:table> tag. But, that just fails.
Can someone point out the error in my ways or perhaps some example code available somewhere?
Thanks,
Eric