Choosing attributes to display, Choosing attributes to display 76 – Apple WebObjects 3.5 User Manual
Page 76

Chapter 3
Creating a WebObjects Database Application
76
There are three parts to this page: the query part (at the top of the page),
which contains fields into which users provide search criteria; the repetition
part (in the middle of the page), which contains a list of matching records
fetched from the database; and the editing part (at the bottom of the page),
which allows you to make changes to the selected record.
3. In the wizard panel, click Next.
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.
1. Move attributes from the Don’t Include list to the Include list.
This is the
query part
, where users
type search criteria. Clicking Match
fetches movies that meet the criteria
and displays their titles in the
repetition part in the middle of
the page.
This is the
repetition part
. Clicking
a movie title selects the movie and
displays it in the editing part at
the bottom of the page.
This is the
editing part
, which
displays information about the
selected movie. You can use this part
to edit or delete the selected movie,
to create a new movie, and to save
your work.