husted      2003/12/30 17:09:13

  Modified:    doc/userGuide building_controller.xml
  Log:
  Clarify Digester package name.
  
  Revision  Changes    Path
  1.75      +1 -1      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.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- building_controller.xml   30 Dec 2003 15:39:50 -0000      1.74
  +++ building_controller.xml   31 Dec 2003 01:09:13 -0000      1.75
  @@ -1079,7 +1079,7 @@
       It would be possible (but tedious) to write a small Java class that simply
       instantiated new <code>ActionMapping</code> instances, and called all of
       the appropriate setter methods.  
  -    To make this process easier, Struts uses the Jakarta-Digester component 
  +    To make this process easier, Struts uses the Jakarta Commons Digester component
       to parse an XML-based description of the desired mappings and create the 
       appropriate objects initialized to the appropriate default values.
       See the <a href="http://jakarta.apache.org/commons";>Jakarta Commons 
  
  
  

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

Reply via email to