From: Chris W. <ch...@cw...> - 2002-01-16 16:42:04
|
On Wed, 2002-01-16 at 08:44, Mar...@be... wrote: > 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? Ok, I remember now :-) The ResultsIterator returned for the paged objects should with every 'get_next()' call return the object referred to by the ID/class for that entry. If it's not then something isn't working properly. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |