husted      2003/06/07 15:31:13

  Modified:    doc      project.xml
               doc/news index.xml
               doc/userGuide building_controller.xml
  Log:
  Possibly the final doc changes for RC2.
  
  Revision  Changes    Path
  1.36      +3 -3      jakarta-struts/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml       9 May 2003 19:20:28 -0000       1.35
  +++ project.xml       7 Jun 2003 22:31:13 -0000       1.36
  @@ -85,14 +85,14 @@
                />
       </menu>
   
  -    <menu name="Release Candidate (1.1-rc1)">
  +    <menu name="Release Candidate (1.1-rc2)">
           <item 
                name="Release Notes"
  -            href="userGuide/release-notes-1.1-rc1.html"
  +            href="userGuide/release-notes-1.1-rc2.html"
               />
           <item 
                name="Release Plan"
  -            href="proposals/release-plan-1.1rc1.html"
  +            href="proposals/release-plan-1.1rc2.html"
               />
       </menu>
   
  
  
  
  1.23      +1 -1      jakarta-struts/doc/news/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/news/index.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- index.xml 7 Jun 2003 11:28:12 -0000       1.22
  +++ index.xml 7 Jun 2003 22:31:13 -0000       1.23
  @@ -14,7 +14,7 @@
   </p>
   
   <p>
  -<a href="http://www.apache.org/dist/jakarta/struts/";>Struts 1.1</a> is in its first 
<b>release candidate</b> build (20 February 2003).
  +<a href="http://www.apache.org/dist/jakarta/struts/";>Struts 1.1</a> is in its 
second <b>release candidate</b> build (7 June 2003).
   </p>
   
   <hr size="1" noshade=""/>
  
  
  
  1.64      +6 -3      jakarta-struts/doc/userGuide/building_controller.xml
  
  Index: building_controller.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- building_controller.xml   24 May 2003 21:02:36 -0000      1.63
  +++ building_controller.xml   7 Jun 2003 22:31:13 -0000       1.64
  @@ -599,9 +599,12 @@
       </p>
   
       <p>
  -    If need be, you can extend the DynaActionForm to add whatever
  -    helper methods you might need. Simply specify your subclass
  -    in the struts-config instead.
  +    If need be, you can extend the DynaActionForm to add custom
  +    validate and reset methods you might need.
  +    Simply specify your subclass in the struts-config instead.
  +    However, you cannot mix conventional properties and DynaProperties.
  +    A conventional getter or setter on a DynaActionForm won't be found
  +    by the reflection utilities.
       </p>
   
       <p>
  
  
  

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

Reply via email to