Documentation Archive Developer
Search
Table of Contents Previous Section

Adding the MovieDetails Page

The MovieDetails page shows you the detailed information about a movie you select in the Main page. For this to work, the Main page has to tell the MovieDetails page which movie the user selected. The MovieDetails page keeps track of the selected movie in its own instance variable. In this section, you'll:

In the sections following this one, you'll extend the MovieDetails page to display movie roles and the starring actors.

Creating the MovieDetails Component

  1. In Project Builder, choose File New in Project.

  2. In the New File panel, click the Web Components suitcase.

  3. Type MovieDetails in the Name field.

  4. Click OK.

  5. In the wizard panel, choose None from the available assistance.

  6. Choose Java as the component language.

  7. Click Finish.

  8. Open the new component in WebObjects Builder.

Table of Contents Next Section