husted      2002/12/28 14:33:09

  Modified:    doc/userGuide building_model.xml
  Log:
  Correct link to data-source configuration.
  
  Revision  Changes    Path
  1.15      +2 -2      jakarta-struts/doc/userGuide/building_model.xml
  
  Index: building_model.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_model.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- building_model.xml        27 Dec 2002 11:44:13 -0000      1.14
  +++ building_model.xml        28 Dec 2002 22:33:09 -0000      1.15
  @@ -281,7 +281,7 @@
       
       <p>
       The Struts datasource manager is configured as an element in the
  -    <a href="building_controller.html#other_config">
  +    <a href="configuration.html#data-source_config">
       Struts configuration file</a> (struts-config.xml). 
       The manager can used to deploy any connection pool that implements the
       <code>javax.sql.DataSource</code> interface and is configurable totally
  @@ -299,7 +299,7 @@
       The GenericDataSource class is deprecated as of Struts 1.1 and replaced 
       by direct use of the BasicDataSource.
       </p>
  -
  +    
       <p>
       After the datasource is defined, here is an example of using the
       manger to establishing a connection from within an Action's 
  
  
  

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

Reply via email to