Documentation Archive Developer
Search
Table of Contents Previous Section 

The Login Page

When you launch your application, your web browser displays the Direct to Web login screen:

 

The login page is the default implementation of your Main component, Main.wo . It contains text fields to enter a name and password, as well as two submit buttons. To continue with the application, click one of the submit buttons. (You don't need to enter a name and password, because the default application provides no password-checking logic.) They both take you to the application's default first page. If you use the Login button, you won't have access to the WebAssistant.

You can modify this page to provide any behavior or appearance you like. For example, you can add your own password-checking logic if necessary. See See Modifying Your Application's Code for more information.

Besides the login page, there are four types of pages in a Direct to Web application:

When you click one of the login buttons, by default a query page for the first entity in your model is displayed.

All pages in your application contain the standard Direct to Web header (defined in Header.wo ) at the top of the page. This header provides a number of controls, described in the figure.

 

Table of Contents Next Section