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

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