You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2003/02/04 19:12:01 UTC

cvs commit: jakarta-struts/doc/userGuide struts-html.xml

husted      2003/02/04 10:12:01

  Modified:    doc/userGuide struts-html.xml
  Log:
  + Update documentation to reflect that "application-relative" paths are now "module" relative. Suggested by John Espey (#16491)).
  
  Revision  Changes    Path
  1.50      +7 -7      jakarta-struts/doc/userGuide/struts-html.xml
  
  Index: struts-html.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- struts-html.xml	20 Jan 2003 06:04:47 -0000	1.49
  +++ struts-html.xml	4 Feb 2003 18:12:00 -0000	1.50
  @@ -1807,7 +1807,7 @@
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
               <info>
  -                <p>The application-relative path (beginning with a "/"
  +                <p>The module-relative path (beginning with a "/"
                   character) to which this hyperlink will transfer control
                    if activated.  This hyperlink may be dynamically modified
                    by the inclusion of query parameters, as described in the
  @@ -2545,7 +2545,7 @@
                   <required>false</required>
                   <rtexprvalue>true</rtexprvalue>
                   <info>
  -                <p>The application-relative path of the image for this
  +                <p>The module-relative path of the image for this
                   input tag.</p>
                   </info>
           </attribute>
  @@ -2556,7 +2556,7 @@
                   <rtexprvalue>true</rtexprvalue>
                   <info>
                   <p>The key of the message resources string specifying the
  -                application-relative path of the image for this input tag.</p>
  +                module-relative path of the image for this input tag.</p>
                   </info>
           </attribute>
   
  @@ -3015,7 +3015,7 @@
                     <required>false</required>
                     <rtexprvalue>true</rtexprvalue>
                     <info>
  -                  <p>The application-relative path, starting with a slash, of
  +                  <p>The module-relative path, starting with a slash, of
                     the image to be displayed by this tag.  The rendered
                     URL for this image will automatically prepend the context
                     path of this web application (in the same manner as the
  @@ -3033,7 +3033,7 @@
                     <info>
                     <p>The message key, in the message resources bundle named by
                     the <code>bundle</code> attribute, of the String to be
  -                  used as the application-relative path for this image.</p>
  +                  used as the module-relative path for this image.</p>
                     </info>
                   </attribute>
   
  @@ -3680,7 +3680,7 @@
                     <required>false</required>
                     <rtexprvalue>true</rtexprvalue>
                     <info>
  -                  <p>The application-relative path (beginning with a "/"
  +                  <p>The module-relative path (beginning with a "/"
                     character) to which this hyperlink will transfer control
                      if activated.  This hyperlink may be dynamically modified
                      by the inclusion of query parameters, as described in the
  @@ -5640,7 +5640,7 @@
                     <required>false</required>
                     <rtexprvalue>true</rtexprvalue>
                     <info>
  -                  <p>The application-relative path (beginning with a "/"
  +                  <p>The module-relative path (beginning with a "/"
                     character) to which this hyperlink will transfer control
                      if activated.  This hyperlink may be dynamically modified
                      by the inclusion of query parameters, as described in the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org