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

Table of Contents Previous Section

Adding a Form

Now lay out the user interface used to view and edit the selected MovieRole. When you're done, it should look like the following:

  1. Add another horizontal rule after the repetition.

  2. Use the button (in the "Dynamic form elements" toolbar) to add a WOForm element between the two horizontal rules.

  3. While the Form text is highlighted, click the button to replace the text with a WOBrowser element.

  4. Beneath the browser (within the bounds of the new form), type the bolded text Role Name:.

  5. Add a text field.

  6. Bind the text field to movieRoleDisplayGroup.selectedObject.roleName.

Table of Contents Next Section