Documentation Archive Developer
Search
PATH  WebObjects 4.0 Documentation > Getting Started With WebObjects

Table of Contents Previous Section

Keeping Track of Multiple Guests

You've been using the variable currentGuest in the Main component to hold the information entered by the user. You'll need another variable (an array) to store the list of all the guests who have registered.

Before doing this, it is important to understand the scope and life span of variables in WebObjects:

Table of Contents Next Section