craigmcc    01/02/13 10:36:03

  Modified:    src/share/org/apache/struts/taglib/logic package.html
  Log:
  Correct relative links to reflect the destinations in the Struts documentation
  application once it is deployed.
  
  Submitted by: [EMAIL PROTECTED]
  PR: Bugzilla #583
  
  Revision  Changes    Path
  1.6       +10 -10    
jakarta-struts/src/share/org/apache/struts/taglib/logic/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/logic/package.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- package.html      2001/02/11 22:57:46     1.5
  +++ package.html      2001/02/13 18:36:01     1.6
  @@ -34,26 +34,26 @@
   <p><b>Value Comparisions -</b> The purpose of these tags is to print out the body
     of the tag if the comparision evaluates to <i>true. </i></p>
   <ul>
  -  <li><b><a href="/struts-logic.html#equal">equal,</a> <a 
href="/struts-logic.html#notEqual">notEqual</a></b>
  +  <li><b><a href="../../../../../../struts-logic.html#equal">equal,</a> <a 
href="../../../../../../struts-logic.html#notEqual">notEqual</a></b>
     </li>
  -  <li><b><a href="/struts-logic.html#greaterEqual">greaterEqual</a>, <a 
href="/struts-logic.html#lessEqual">lessEqual</a></b></li>
  -  <li><b><a href="/struts-logic.html#greaterThan">greaterThan</a>,<a 
href="/struts-logic.html#lessThan">
  +  <li><b><a 
href="../../../../../../struts-logic.html#greaterEqual">greaterEqual</a>, <a 
href="../../../../../../struts-logic.html#lessEqual">lessEqual</a></b></li>
  +  <li><b><a 
href="../../../../../../struts-logic.html#greaterThan">greaterThan</a>,<a 
href="../../../../../../struts-logic.html#lessThan">
       lessThan</a></b></li>
   </ul>
   <p><b>Substring Matching -</b> The purpose of these tags is to match substrings
     inside of other Strings</p>
   <ul>
  -  <li><b><a href="/struts-logic.html#match">match</a>, <a 
href="/struts-logic.html#notMatch">notMatch</a></b></li>
  +  <li><b><a href="../../../../../../struts-logic.html#match">match</a>, <a 
href="../../../../../../struts-logic.html#notMatch">notMatch</a></b></li>
   </ul>
   <p><b>Presentation Location -</b> The purpose of these tags is to change the 
location
     of the presentation page</p>
   <ul>
  -  <li><a href="/struts-logic.html#forward"><b>forward</b></a></li>
  -  <li><a href="/struts-logic.html#redirect"><b>redirect</b></a></li>
  +  <li><a href="../../../../../../struts-logic.html#forward"><b>forward</b></a></li>
  +  <li><a 
href="../../../../../../struts-logic.html#redirect"><b>redirect</b></a></li>
   </ul>
   <p><b>Collection Utilities -</b>The purpose of these tags is to handle 
Collections</p>
   <ul>
  -  <li><a href="/struts-logic.html#iterate"><b>iterate</b></a> </li>
  +  <li><a href="../../../../../../struts-logic.html#iterate"><b>iterate</b></a> </li>
   </ul>
   <h3>Logic Tag Properties<a name="doc.Properties"></a></h3>
   <p>Each of the four groups of logic tags have a common set of attributes associated
  @@ -90,7 +90,7 @@
     Welcome English-speaking User*
   &lt;/logic:<i>someComparisionTag</i>&gt;
   </pre></li>
  -<li><p>*Note: See the section in the user's guide on <a 
href="../../../../../../building_view.html#i18n">Internationalized Messages</a> to do 
things like this better.</p></li>
  +<li><p>*Note: See the section in the user's guide on <a 
href="../../../../../../userGuide/building_view.html#i18n">Internationalized 
Messages</a> to do things like this better.</p></li>
         </ul>
       </li>
       <li>name - the variable to be compared to <i>value</i> is the JSP bean specified
  @@ -166,7 +166,7 @@
     </ul>
     <p>The <i>forward</i> tag is responsible for either redirecting or forwarding
       to a specified global action forward. To define a global ActionForward, see
  -    The <a href="../../../../../../building_controller.html#config">Action Mappings
  +    The <a 
href="../../../../../../userGuide/building_controller.html#config">Action Mappings
       Configuration File</a>. You can specify whether the forward re-directs or
       forwards when executed in the config file. The forward tag has one 
attribute:</p>
     <ul>
  @@ -298,7 +298,7 @@
   </pre>
         The next step is to create the processing page. It uses the struts-logic
         taglib. For information on how to set this tag library up in your application
  -      to use, see <a href="../../../../../../building_controller.html#dd_config">The
  +      to use, see <a 
href="../../../../../../userGuide/building_controller.html#dd_config">The
         Web Application Deployment Descriptor</a>
   
         <p>[numberProcess.jsp]</p>
  
  
  

Reply via email to