Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 18889 invoked from network); 14 Feb 2005 11:31:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Feb 2005 11:31:47 -0000 Received: (qmail 62115 invoked by uid 500); 14 Feb 2005 11:31:41 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 62049 invoked by uid 500); 14 Feb 2005 11:31:40 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 62036 invoked by uid 99); 14 Feb 2005 11:31:40 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ap-cocoon-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 14 Feb 2005 03:31:38 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D0eOT-0007Qa-Ms for users@cocoon.apache.org; Mon, 14 Feb 2005 12:27:59 +0100 Received: from mail.seitenbau.net ([194.175.229.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2005 12:27:57 +0100 Received: from hochleiter by mail.seitenbau.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2005 12:27:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@cocoon.apache.org From: =?utf-8?b?Tmljb2xlLA==?= Hochleiter Subject: Cocoon 2.1.6 - CForms multipart request Date: Mon, 14 Feb 2005 11:27:12 +0000 (UTC) Lines: 50 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 194.175.229.106 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; QXW0339s)) Sender: news X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: ap-cocoon-users@m.gmane.org X-MailScanner-To: users@cocoon.apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I'm using CForms (Cocoon 2.1.6 ) and I have a multipart request. I enabled uploads in the web xml. I always get the following error in the logfile: org.apache.cocoon.ProcessingException: No function nor continuation given in at file:/D:/cocoon- 2.1.6/build/webapp/portal/modules/sitemap.xmap:117:82 at org.apache.cocoon.portal.coplet.adapter.impl.URICopletAdapter.streamContent (URICopletAdapter.java:133) at org.apache.cocoon.portal.coplet.adapter.impl.URICopletAdapter.streamContent (URICopletAdapter.java:89) ... My form starts like this: ... and when I remove the 'enctype="multipart/form-data"' part I can send the form and it works. I looked at the html source code of the generated form and I also found differneced which might lead to this problem: with enctype I get:
... and without I get: ... Does anyone know what to do? Nicole --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org