home *** CD-ROM | disk | FTP | other *** search
- // Page2 is used by a number of components in these examples. We need to make
- // sure that there's no residual message on that page, since this example
- // doesn't set the message directly, but does display the page.
- //
- // The willPrepareForRequest:inContext: method is invoked just before a
- // component processes a request. Here we use it to reset the page 2
- // message to nil.
-
- - willPrepareForRequest:request inContext:context {
- [WOApp setResultMessage:@""]; // Clear the status message
- }
-