Choosing Attributes to Display
The next step is to choose which of the Movie entity's attributes to display in the editing part at the bottom of the page.
- Move attributes from the Don't Include list to the Include list.
- Click Next.
The order in which you add the attributes determines the order in which they appear on the page, so add them in the following order: title, category, rating, dateReleased, and revenue.
Don't add any of the remaining attributes (language, movieId, and studioId). They don't have meaning to users, and should not be displayed in the page.
Choosing an Attribute to Display as a Hyperlink
You now need to specify the attribute used in the repetition part of the page to identify each record. This attribute will be displayed as a hyperlink. Clicking the hyperlink displays the corresponding record in the detail part of the page.
- Add the title attribute to the Include browser.
- Click Next.
Choosing Attributes to Query On
Specify the attributes to display in the query part of the page. The wizard creates search criteria fields for each of the attributes you choose.
- Add the title, category, and rating attributes to the Include browser.
- Click Finish.
Table of Contents Next Section