!--a11y-->
The layout of the registration page looks like this:
|
<%@page language="abap" %> <%@include file="head.htm" %> <h3>User Data</h3> <font color="red"> <%= page->messages->assert_message( 'alreadyexists' ) %></font><p> <font color="blue"> <%= page->messages->assert_message( 'missingdata' ) %></font><p> <font color="red"> <%= page->messages->assert_message( 'passwordnotequal' ) %></font><p> <font color="red"> <%= page->messages->assert_message( 'insertfailed' ) %></font><%@include file="userdata.htm" %> |
The page consists of two page fragments, the page fragment for the header and the page fragment for the user input.
If one of the specified requirements is not met for the user input, for example if not all mandatory fields have been completed, then the relevant message is displayed in the specified color (see also
Event Handler OnInputProcessing).Once the data has been successfully entered, the
Registration Confirmation Page is opened. If the user makes an error when entering the data, the same page stays open.
Now create the