Creating a Login Page

The following steps create a login.jsp page, on which users enter the login details for the schema they are going to work on:

  1. In the View project, create a new JSP page. Change the Name to login.jsp and accept all other defaults. The new page opens in the JSP/HTML Visual Editor and is ready for you to start adding text and components to your Web page.
  2. Drag and drop the already saved JDeveloper style sheet to the page from the Project CSS Files panel, which is shown in Figure 4-16.

    Figure 4-16 Project CSS Files Panel

    Description of Figure 4-16 follows
    Description of "Figure 4-16 Project CSS Files Panel"
  3. Give the page the same heading as earlier, AnyCo Corporation: HR Application, apply the Heading 2 style to it, and align it to the center of the page.
  4. On the next line, enter Application Login, with the Heading 3 style applied. Align this heading to the left-hand side of the page.