dgraham     2003/02/26 20:15:23

  Modified:    doc/userGuide building_view.xml
  Log:
  Changed reference to perform method to execute.
  
  Revision  Changes    Path
  1.28      +1 -1      jakarta-struts/doc/userGuide/building_view.xml
  
  Index: building_view.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_view.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- building_view.xml 19 Jan 2003 00:40:41 -0000      1.27
  +++ building_view.xml 27 Feb 2003 04:15:23 -0000      1.28
  @@ -446,7 +446,7 @@
       <p>
       The <code>validate</code> method is called by the controller servlet after
       the  bean properties have been populated, but before the corresponding 
  -    action class's <code>perform</code> method is invoked. 
  +    action class's <code>execute</code> method is invoked. 
       The <code>validate</code> method has the following options:
       </p>
   
  
  
  

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

Reply via email to