Confirmation Pages

MULTISELECT widget has a specific mechanism allowing for confirming user selection on a separate page. This confirmation page is supposed to re-display values selected by an user on the MULTISELECT widget offering a choice to review these values and confirm them or re-visit the previous page to refine the selection.

Confirming user selection can become a problem where there is a lot of selected values from a big MULTISELECT widget to be passed to the confirmation page. There are request length limitations in place, so in order to pass bigger amounts of data possible in this case different request mechanism (request forwarding) has to be used.

MULTISELECT widget with the selection to be confirmed is specified by HAS_CONFIRM_PAGE optional attribute on the WIDGET element. The attribute is to be set to true. It is only valid for a widget of TYPE of MULTISELECT.

Some things to keep in mind with confirmation pages: