The CGI Wrapper and HTML-mapping templates are commented for guidance in managing a generic Web request.
The CGI Wrapper template for this method procedure contains the required call to the outputHeader procedure and statements that output a skeleton Web page. Otherwise, the content of this procedure is entirely application dependent.
The HTML-mapping template for this method procedure contains the required call to the outputHeader procedure and provides a complete default CGI
GET and
POST request framework in which to handle a Web request. This framework provides a default mechanism to move data between the mapped page and the Web object. You can (and generally must) modify both versions of
process-web-request for your application. For more information, see
Anatomy of process-web-request in HTML-mapping.