From: <Mar...@be...> - 2002-01-16 13:46:52
|
Dear OI Developers, we've got some problems on showing paged results with CommonHandler. If we use CommonHandler without MY_SEARCH_RESULTS_PAGED we get back an iterator object that can easily proccessed by the template to display the results. Everything works fine that way. With MY_SEARCH_RESULTS_PAGED we get back a ResultsManage object with a list of object ids, and some other data like num_records or the search id. Is there a possiblity to get back more data (e.g. the object data represented by the object ids) for displaying in the template? Any suggestions? Thanks a lot |