martinc     01/07/19 23:22:12

  Modified:    doc/userGuide introduction.xml
  Log:
  Fixed a typo.
  PR: 2488
  Submitted by: Ted Husted
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-struts/doc/userGuide/introduction.xml
  
  Index: introduction.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/introduction.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- introduction.xml  2001/07/05 11:43:17     1.2
  +++ introduction.xml  2001/07/20 06:22:11     1.3
  @@ -164,7 +164,7 @@
           <p>
             For the simplest applications, an action object can handle the business 
logic
             associated with a request. However, in most cases, an action object 
should pass
  -          the request to another object, usually a JavaBean. To allow resuse on 
other
  +          the request to another object, usually a JavaBean. To allow reuse on 
other
             platforms, business-logic JavaBeans should not refer to any Web 
application
             objects. The action object should translate needed details from the HTTP 
request
             and pass those along to the business-logic beans as regular Java 
variables.
  
  
  

Reply via email to