An entry for currentGuest appears in the object browser. Notice the ">" symbol to the right of its name. This means that there is additional data to be displayed in the second column.
The second column displays the three fields of currentGuest, as determined by the definition of its class, Guest.
This time, when the Inspector opens, there is already a binding for the value attribute (guestName), because you bound it in the first tutorial.
This removes the binding for guestName you made previously and binds currentGuest.guestName to the value attribute.
Table of Contents Next Section