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


   

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:

Creating a Guest List

Adding Guests to the Guest List


© 1999 Apple Computer, Inc. – (Last Updated 24 Aug 99)