Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 83457 invoked by uid 500); 28 Jul 2002 14:05:15 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 83448 invoked by uid 500); 28 Jul 2002 14:05:15 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 28 Jul 2002 14:05:14 -0000 Message-ID: <20020728140514.22220.qmail@icarus.apache.org> From: ivelin@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/xmlform Form.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org