stephan     2003/07/18 13:55:01

  Modified:    src/java/org/apache/cocoon/transformation
                        SimpleFormTransformer.java
  Log:
  Make javadoc entry conform.
  
  Revision  Changes    Path
  1.3       +4 -3      
cocoon-2.1/src/java/org/apache/cocoon/transformation/SimpleFormTransformer.java
  
  Index: SimpleFormTransformer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/transformation/SimpleFormTransformer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleFormTransformer.java        1 Jul 2003 11:39:12 -0000       1.2
  +++ SimpleFormTransformer.java        18 Jul 2003 20:55:01 -0000      1.3
  @@ -75,8 +75,9 @@
   import java.util.Map;
   import java.util.Stack;
   
  -/** Eliminates the need for XSP to use FormValidatorAction. Caveat:
  - * Select options need a value attribute to work correctly.
  +/** 
  + * Eliminates the need for XSP to use FormValidatorAction. 
  + * Caveat: Select options need a value attribute to work correctly.
    *
    * <p>This transformer fills all HTML 4 form elements with values from
    * an InputModule, e.g. request, with the same name. It handles select
  
  
  

Reply via email to