ivelin      2002/07/28 07:05:14

  Modified:    src/java/org/apache/cocoon/components/xmlform Form.java
  Log:
  minor update
  
  Revision  Changes    Path
  1.9       +5 -5      
xml-cocoon2/src/java/org/apache/cocoon/components/xmlform/Form.java
  
  Index: Form.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/xmlform/Form.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Form.java 20 Jul 2002 03:12:26 -0000      1.8
  +++ Form.java 28 Jul 2002 14:05:14 -0000      1.9
  @@ -405,7 +405,7 @@
           // while the request parameter name points to an int attribute
           List pviolations = new ArrayList();
   
  -        Request request =getRequest( objectModel );
  +        Request request = getRequest( objectModel );
   
           Enumeration enum = request.getParameterNames ();
           while (enum.hasMoreElements ())
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to