vmassol     2002/08/25 06:37:30

  Modified:    documentation/docs/xdocs book.xml howto_testcase.xml
                        changes.xml
  Added:       documentation/docs/xdocs howto_jsp.xml
  Log:
  new JSP howto tutorial
  
  Revision  Changes    Path
  1.16      +1 -1      jakarta-cactus/documentation/docs/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/book.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- book.xml  28 Jul 2002 21:35:15 -0000      1.15
  +++ book.xml  25 Aug 2002 13:37:30 -0000      1.16
  @@ -46,8 +46,8 @@
       <menu-item type="hidden" source="howto_testcase_jsp.xml"/>
       <menu-item type="hidden" source="howto_testcase_filter.xml"/>
   
  +    <menu-item label="Jsp Howto" source="howto_jsp.xml"/>
       <menu-item label="Runner Howto" source="howto_runner.xml"/>
  -
       <menu-item label="Security Howto" source="howto_security.xml"/>
   
       <!-- Ant tutorial -->
  
  
  
  1.4       +1 -0      jakarta-cactus/documentation/docs/xdocs/howto_testcase.xml
  
  Index: howto_testcase.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/howto_testcase.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howto_testcase.xml        27 Jul 2002 21:21:20 -0000      1.3
  +++ howto_testcase.xml        25 Aug 2002 13:37:30 -0000      1.4
  @@ -280,6 +280,7 @@
   
         </s2>
   
  +      <anchor id="endxxx"/>
         <s2 title="Step 7 (optional) : endXXX() methods">
   
           <p>
  
  
  
  1.38      +18 -2     jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- changes.xml       3 Aug 2002 18:03:15 -0000       1.37
  +++ changes.xml       25 Aug 2002 13:37:30 -0000      1.38
  @@ -47,7 +47,7 @@
         <person name="Nicholas Lesiecki" email="[EMAIL PROTECTED]" id="NDL"/>
       </devs>
   
  -    <release version="1.5 in CVS">
  +    <release version="1.5" date="- in CVS">
         <action dev="VMA" type="add">
           Added support for client side <code>begin(...)</code>
           and <code>end(...)</code> methods. They are called on the
  @@ -62,7 +62,23 @@
         </action>
       </release>
   
  -    <release version="1.4" date="July 29 2002">
  +    <release version="1.4" date="- in CVS">
  +      <action dev="VMA" type="add">
  +        Added a <link href="howto_jsp.html">tutorial</link> that explains how
  +        to test JSPs with Cactus.
  +      </action>
  +      <action dev="VMA" type="fix" due-to="David George" 
due-to-email="[EMAIL PROTECTED]">
  +        Fixed JDK 1.2 compatibility (broken in 1.4b1).
  +      </action>
  +      <action dev="VMA" type="fix" due-to="Felipe Hoffa" 
due-to-email="[EMAIL PROTECTED]">
  +             According to the XML definitions (at least the definitions Mozilla 1.0
  +             got implemented), the &lt;?xml version...&gt; tag should go before the 
  +             &lt;?xml-stylesheet...&gt; tag. Using them in the wrong order produces 
  +             an error when Mozilla tries to render it.
  +       </action>
  +    </release>
  +
  +    <release version="1.4b1" date="July 31 2002">
         <action dev="VMA" type="add">
           It is now possible to assert response codes in
           <code>endXXX()</code>. For example, you can verify that you servlet
  
  
  
  1.2       +184 -0    jakarta-cactus/documentation/docs/xdocs/howto_jsp.xml
  
  
  
  

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

Reply via email to