You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2003/03/03 18:36:42 UTC

cvs commit: jakarta-tapestry/junit/src/net/sf/tapestry/junit/valid TestingForm.java

hlship      2003/03/03 09:36:42

  Modified:    junit/src/net/sf/tapestry/junit/valid TestingForm.java
  Log:
  No longer necessary to specify enctype for Form.
  ejb.jar removed.
  
  Revision  Changes    Path
  1.9       +5 -1      jakarta-tapestry/junit/src/net/sf/tapestry/junit/valid/TestingForm.java
  
  Index: TestingForm.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/junit/src/net/sf/tapestry/junit/valid/TestingForm.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestingForm.java	25 Feb 2003 22:53:36 -0000	1.8
  +++ TestingForm.java	3 Mar 2003 17:36:42 -0000	1.9
  @@ -272,4 +272,8 @@
           return null;
       }
   
  +    public void setEncodingType(String encodingType) throws RequestCycleException
  +    {
  +    }
  +
   }