Table of Contents
Previous Section
- (WOComponent *)someAction { WOComponent *aRedirect = [[self application] pageWithName:@"WORedirect"]; [aRedirect setURL:@"http://enterprise.apple.com"]; return aRedirect; }
Table of Contents
Next Section