home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / APCHSSL2.ZIP / OS2HTTPD / public / htdocs / gsp / basic_suite.gsp < prev    next >
Encoding:
Text File  |  1999-01-29  |  373 b   |  12 lines

  1. <java type="code">
  2. HttpSession session = request.getSession(true);
  3. </java>
  4. <html><head><title>regression suite part 1</title></head>
  5. <body>
  6. <java type="include" file="i:/os2httpd/public/htdocs/gsp/basic_suite_core.gsp"></java>
  7. <br>
  8. After you're done making sure this works, try the <a href="/gsp/include_basic_suite.gsp">following template</a>.
  9.  
  10. </body>
  11. </html>
  12.