Page Sequencing

Top  Previous  Next

pg parameter of the display.doms service accepts one or more page names separated with commas. Using this feature you can predefine a list of the pages to be displayed one after another.

Example:

display.doms?pg=Page1,Page5,Page3  

 

When the Display Page Service receives such a request, it creates a request ADOM called nextpage and stores the remaining pages names in it as follows:

 

  <nextpage>

    <page>Page5,Page3</page>

  </nextpage>

 

page_sequencing

Please notice that how links in "Page1" and "Page5" are dynamically defined using {/root/nextpage/page}

See Page Redirection