dgraham     2002/12/16 22:48:52

  Modified:    doc/userGuide dev_logic.xml dev_bean.xml
  Log:
  Added note to use the JSTL when possible.
  
  Revision  Changes    Path
  1.3       +8 -2      jakarta-struts/doc/userGuide/dev_logic.xml
  
  Index: dev_logic.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/dev_logic.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dev_logic.xml     31 Aug 2002 13:15:02 -0000      1.2
  +++ dev_logic.xml     17 Dec 2002 06:48:52 -0000      1.3
  @@ -11,8 +11,14 @@
   <section href="html" name="The Logic Taglib">
   
   <p>
  -The "struts-logic" tag library contains tags that are useful in managing 
conditional generation of output text, looping over object collections for repetitive 
generation of
  -output text, and application flow management
  +     <strong>Note:</strong> - Many of the features in this taglib are also 
available in the 
  +     <a href="http://java.sun.com/products/jsp/jstl/";>JavaServer Pages Standard Tag 
Library (JSTL)</a>.
  +     The Struts team encourages the use of the standard tags over the Struts 
specific tags when possible.
  +</p>
  +
  +<p>
  +The "struts-logic" tag library contains tags that are useful in managing 
conditional generation of output text, looping 
  +over object collections for repetitive generation of output text, and application 
flow management
   </p>
   
   </section>
  
  
  
  1.3       +6 -0      jakarta-struts/doc/userGuide/dev_bean.xml
  
  Index: dev_bean.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/dev_bean.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dev_bean.xml      31 Aug 2002 13:15:02 -0000      1.2
  +++ dev_bean.xml      17 Dec 2002 06:48:52 -0000      1.3
  @@ -10,6 +10,12 @@
   <section href="bean" name="The Bean Taglib">
   
   <p>
  +     <strong>Note:</strong> - Some of the features in this taglib are also 
available in the 
  +     <a href="http://java.sun.com/products/jsp/jstl/";>JavaServer Pages Standard Tag 
Library (JSTL)</a>.
  +     The Struts team encourages the use of the standard tags over the Struts 
specific tags when possible.
  +</p>
  +
  +<p>
   The "struts-bean" tag library contains JSP custom tags useful in defining new beans 
(in any desired scope) from a variety of possible sources, as well as a tag to
   render a particular bean (or bean property) to the output response. 
   </p>
  
  
  

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

Reply via email to