husted      2002/11/29 13:27:57

  Modified:    doc/userGuide preface.xml
  Log:
  Add DynaBean link.
  
  Revision  Changes    Path
  1.14      +3 -3      jakarta-struts/doc/userGuide/preface.xml
  
  Index: preface.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/preface.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- preface.xml       18 Nov 2002 13:37:24 -0000      1.13
  +++ preface.xml       29 Nov 2002 21:27:57 -0000      1.14
  @@ -214,12 +214,12 @@
       </p>
   
       <p>
  -    For more about DynaBeans, see
  +    For more about DynaBeans, see 
       </p>
   
       <ul>
       <li>
  -    [:TODO:]
  +    <a href="http://jakarta.apache.org/commons/beanutils/api/index.html";>The 
Commons BeanUtils Javadocs</a>
       </li>
       </ul>
   
  @@ -292,7 +292,7 @@
         deployment descriptor.</p>
   
         <p>A servlet is generally a subclass of
  -      <code>javax.servlet.http.HttpServlet</code>, and must implement the
  +      <code>javax.servlet.http.HttpServlet</code> and must implement the
         following methods:</p>
         <ul>
         <li><strong>public void init(ServletConfig config)</strong> - Called by the
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to