Page Redirection |
![]() |
A Data Service can decide to redirect the Display Page Service to another page before the current page is generated. See Data Services. This can happen typically if a Data Service is unable to produce the data since the data it depends on is not yet available. In this case the Data Service can instruct the Display Page Service to display first the page where the user can input the required information and come back later. Redirecting in a Data Source Service Class
There should be a link on the redirected page, e.g. Continue... with the link value display.doms?pg=$vof(/nextpage/page)
|