You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2003/10/30 02:02:27 UTC

cvs commit: jakarta-velocity-tools/src/java/org/apache/velocity/tools/struts TilesTool.java ValidatorTool.java

nbubna      2003/10/29 17:02:26

  Modified:    src/java/org/apache/velocity/tools/struts TilesTool.java
                        ValidatorTool.java
  Log:
  javadoc fix
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-velocity-tools/src/java/org/apache/velocity/tools/struts/TilesTool.java
  
  Index: TilesTool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/src/java/org/apache/velocity/tools/struts/TilesTool.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TilesTool.java	30 Oct 2003 00:03:37 -0000	1.2
  +++ TilesTool.java	30 Oct 2003 01:02:26 -0000	1.3
  @@ -378,4 +378,4 @@
           ComponentContext.setContext( (ComponentContext) contextStack.pop(), request);
       }
   
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +7 -7      jakarta-velocity-tools/src/java/org/apache/velocity/tools/struts/ValidatorTool.java
  
  Index: ValidatorTool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/src/java/org/apache/velocity/tools/struts/ValidatorTool.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ValidatorTool.java	29 Oct 2003 23:59:24 -0000	1.2
  +++ ValidatorTool.java	30 Oct 2003 01:02:26 -0000	1.3
  @@ -100,11 +100,11 @@
    *
    * Toolbox configuration:
    *
  - * <tool>
  - *   <key>validator</key>
  - *   <scope>request</scope>
  - *   <class>package org.apache.velocity.tools.struts.ValidatorTool</class>
  - * </tool>
  + * &lt;tool&gt;
  + *   &lt;key&gt;validator&lt;/key&gt;
  + *   &lt;scope&gt;request&lt;/scope&gt;
  + *   &lt;class&gt;package org.apache.velocity.tools.struts.ValidatorTool&lt;/class&gt;
  + * &lt;/tool&gt;
    * </pre>
    *
    * <p>This is an adaptation of the JavascriptValidator Tag
  @@ -901,4 +901,4 @@
           }
       }
   
  -}
  \ No newline at end of file
  +}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org