You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2003/10/09 11:12:06 UTC

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Submit.java

sylvain     2003/10/09 02:12:06

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/formmodel
                        Submit.java
  Log:
  Fix bug #23678
  Reported by Ramy Mamdouh <ra...@imkenberg.de>
  
  Revision  Changes    Path
  1.2       +2 -1      cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/Submit.java
  
  Index: Submit.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/Submit.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Submit.java	24 Sep 2003 20:47:06 -0000	1.1
  +++ Submit.java	9 Oct 2003 09:12:06 -0000	1.2
  @@ -63,6 +63,7 @@
       
       public Submit(ActionDefinition definition, boolean validateForm) {
           super(definition);
  +        this.validateForm = validateForm;
       }
       
       protected void handleActivate() {