Sure. Build a first asset listing to list the records. Then, build a second asset listing. Build links that go from the first asset listing to the second one (e.g. ./?a=1234?result_112442_result_page=%asset_position%), but also include the %asset_position% keyword in the query string. Then on the second asset listing, set it to display 1 page at a time and it will just load up the Data Record Set based on its position.
Thanks Nic, I think I understand that approach - sending a URL variable to a standard page, which displays content based on that variable.
I was hoping however to create a series of child pages under a standard page that would appear in the navigation. Do you think this is possible? The navigation is generated based off the site map in the left-hand pane.
Thanks Nic, I think I understand that approach - sending a URL variable to a standard page, which displays content based on that variable.
I was hoping however to create a series of child pages under a standard page that would appear in the navigation. Do you think this is possible? The navigation is generated based off the site map in the left-hand pane.
Well, not sending the variable to a standard page, but to a second Asset Listing that will list only the record, since you are passing in the page number (second asset listing have all settings the same as first asset listing, except for showing 1 page at a time).
Do you mean have the parse file menu tags print these dynamic pages?