Show TOC

Creating Order PagesLocate this document in the navigation structure

Procedure

  1. Create a new BSP application.
  2. Copy the page second.htm from the tutorial on error handling (see Handling Incorrect Entries: Tutorial) to page order.htm in your new BSP application.
  3. Add a new auto-attribute mail_address of type string to the page attributes. A new input field with the description Mail Address is also added.

    The OnInputProcessing accesses a class that triggers the dispatch. The dispatch is postponed until later (see Calling the Mail Class).