You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@locus.apache.org on 2000/12/04 02:21:42 UTC

cvs commit: jakarta-taglibs/request/doc/web index.html

glenn       00/12/03 17:21:42

  Modified:    request/doc/web index.html
  Log:
  Added requestURL property to request tag
  
  Revision  Changes    Path
  1.3       +11 -2     jakarta-taglibs/request/doc/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/request/doc/web/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html	2000/11/03 12:45:03	1.2
  +++ index.html	2000/12/04 01:21:41	1.3
  @@ -7,7 +7,7 @@
   <BODY BGCOLOR="white">
   <CENTER>
   <H1>Jakarta Project: REQUEST JSP Tag Library</H1>
  -<H3>Version 1.0</H3>
  +<H3>Version 1.0.1</H3>
   </CENTER>
   
   <H3>Table of Contents</H3>
  @@ -340,7 +340,7 @@
           <TD WIDTH="20%">&nbsp;No</TD>
          </TR>
          <TR>
  -        <TD COLSPAN="3">Returns the session ID specified by the client.</TD>                                                         
  +        <TD COLSPAN="3">Returns the session ID specified by the client.</TD>
          </TR>
          <TR BGCOLOR="#CCCCCC">
           <TD WIDTH="60%"><B>&nbsp;requestURI</B></TD>        
  @@ -349,6 +349,15 @@
          </TR>
          <TR>
           <TD COLSPAN="3">Returns the part of this request's URL from the protocol name up
  +         to the query string in the first line of the HTTP request.</TD>
  +       </TR>
  +       <TR BGCOLOR="#CCCCCC">
  +        <TD WIDTH="60%"><B>&nbsp;requestURL</B></TD>
  +        <TD WIDTH="20%">&nbsp;Yes</TD>
  +        <TD WIDTH="20%">&nbsp;No</TD>
  +       </TR>
  +       <TR> 
  +        <TD COLSPAN="3">Returns the request URL up
            to the query string in the first line of the HTTP request.</TD>
          </TR>
          <TR BGCOLOR="#CCCCCC">