geirm       02/02/02 08:35:04

  Modified:    xdocs    powered.xml
               docs     powered.html
  Log:
  Added ActionServlet
  
  Revision  Changes    Path
  1.30      +11 -0     jakarta-velocity/xdocs/powered.xml
  
  Index: powered.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/powered.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- powered.xml       29 Jan 2002 10:24:07 -0000      1.29
  +++ powered.xml       2 Feb 2002 16:35:04 -0000       1.30
  @@ -489,6 +489,17 @@
       </td>
      </tr>
   
  +    <tr>
  +    <td>
  +     <a href="http://dione.zcu.cz/~toman40/ActionServlet";>ActionServlet</a>
  +    </td>
  +    <td>
  +    ActionServlet provides an easy mapping of user actions (HTTP requests)
  +    to methods of Java components together with automatic conversion of
  +    HTTP parameters to the values of Java types.
  +    </td>
  +   </tr>
  +
     </table>
    </section>
   
  
  
  
  1.39      +18 -0     jakarta-velocity/docs/powered.html
  
  Index: powered.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/powered.html,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- powered.html      29 Jan 2002 10:24:07 -0000      1.38
  +++ powered.html      2 Feb 2002 16:35:04 -0000       1.39
  @@ -943,6 +943,24 @@
               </font>
   </td>
               </tr>
  +                                <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     <a href="http://dione.zcu.cz/~toman40/ActionServlet";>ActionServlet</a>
  +    
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +    ActionServlet provides an easy mapping of user actions (HTTP requests)
  +    to methods of Java components together with automatic conversion of
  +    HTTP parameters to the values of Java types.
  +    
  +            </font>
  +</td>
  +            </tr>
               </table>
                               </blockquote>
           </p>
  
  
  

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

Reply via email to