Table of Contents 
Previous Section
 

The first page of a WebObjects application is usually named Main.wo. When users start a session with a WebObjects application, they can specify the name of the first page, but such a practice is uncommon. If no page is specified, WebObjects applications look for the Main.wo component.
Note: Not all components represent an entire page. You can nest small, reusable components inside a component representing a whole page. For more information, see the "Creating Reusable Components" chapter.
 
Table of Contents 
Next Section