Apple WebObjects 3.5 Tools And Techniques User Manual

Page 62

Advertising
background image

Chapter 3

Working With Dynamic Elements

62

When you choose Add Action, the following panel appears:

When you click Add, the following code is added to your source file:

WebObjects Builder provides these ways to add variables and methods for your
convenience. Of course, you can add variables and methods directly to your
component’s code by editing them in Project Builder.

Instance variable.

Method returning value of
instance variable.

Method setting value of
instance variable.

Enter the action method’s name here.

Select response page name from pop-up
menu (use

null or

nil

to return same page).

Advertising