home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / GenericElements.wo / GenericElements.wos < prev   
Encoding:
Text File  |  1996-03-08  |  326 b   |  13 lines

  1. - showExample1 {
  2.     return [WOApp pageWithName:@"GenericElementEx1"];
  3. }
  4.  
  5. // This method sets the current synopsis page for the session.  
  6. // The "Synopsis Page" hyperlink in the example page requires this
  7. // information.
  8. - willPrepareForRequest:request inContext:context {
  9.     [WOApp setSynopsisPage:[context pageName]];
  10. }
  11.  
  12.  
  13.