craigmcc    01/02/19 12:48:18

  Modified:    src/share/org/apache/struts/taglib/html package.html
  Log:
  Clean up a few stray hyperlinks.
  
  Revision  Changes    Path
  1.2       +6 -6      
jakarta-struts/src/share/org/apache/struts/taglib/html/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html      2001/02/19 17:20:47     1.1
  +++ package.html      2001/02/19 20:48:16     1.2
  @@ -94,7 +94,7 @@
   
   <p>The Struts <code>ActionForm</code> class is equipped with standard 
<code>reset()</code> 
     and <code>validate()</code> methods, that can be used by the controller to enable 
  -  automatic data validation. See the <a 
href="/../../../../../../userGuide/building_view.html#form_validation"> 
  +  automatic data validation. See the <a 
href="../../../../../../userGuide/building_view.html#form_validation"> 
     Users Guide</a> for more about Form Validation. An important aspect of validation 
     is reporting errors to the user. This can be handled by the Struts 
<code>errors</code> 
     tag, which is discussed <a href="#doc.Other.errors">later in this 
document</a>.</p>
  @@ -106,9 +106,9 @@
     tag attributes that have the same meaning, no matter what field tag they are 
     used with. These properties also accept Runtime Expressions, meaning you can 
     set them with a scriptlet. The common attributes fall into four categories: 
  -  <a href="doc.Form.attributes.struts">Struts Common,</a> <a 
href="doc.Form.attributes.navigation">HTML 
  -  Navigation</a>, <a href="doc.Form.attributes.javascript">Javascript</a>, and 
  -  <a href="doc.Form.attrbutes.css">CSS</a>.</p>
  +  <a href="#doc.Form.attributes.struts">Struts Common,</a> <a 
href="#doc.Form.attributes.navigation">HTML 
  +  Navigation</a>, <a href="#doc.Form.attributes.javascript">Javascript</a>, and 
  +  <a href="#doc.Form.attributes.css">CSS</a>.</p>
   <h5><a name="doc.Form.attributes.struts">Struts Common</a></h5>
   <div align="center"> 
     <center>
  @@ -228,7 +228,7 @@
     </center>
   </div>
   <h5>&nbsp;</h5>
  -<h5><a name="doc.Form.navigation">HTML Navigation Attributes</a></h5>
  +<h5><a name="doc.Form.attributes.navigation">HTML Navigation Attributes</a></h5>
   <div align="center"> 
     <center>
       <table width=90% border="1" cellpadding="4">
  @@ -245,7 +245,7 @@
     </center>
   </div>
   <h5>&nbsp;</h5>
  -<h5><a name="doc.Form.css">CSS Attributes</a></h5>
  +<h5><a name="doc.Form.attributes.css">CSS Attributes</a></h5>
   <div align="center">
     <center>
       <table width=90% border="1" cellpadding="4">
  
  
  

Reply via email to