Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 12908 invoked from network); 19 Feb 2005 17:14:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Feb 2005 17:14:30 -0000 Received: (qmail 47718 invoked by uid 500); 19 Feb 2005 17:14:27 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 47649 invoked by uid 500); 19 Feb 2005 17:14:27 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 47635 invoked by uid 99); 19 Feb 2005 17:14:26 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FORGED_RCVD_HELO,TO_ADDRESS_EQ_REAL X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from 226.70-84-120.reverse.theplanet.com (HELO glider.phpwebhosting.com) (70.84.120.226) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 19 Feb 2005 09:14:23 -0800 Received: (qmail 10382 invoked from network); 19 Feb 2005 17:16:25 -0000 Received: from unknown (HELO ?192.168.8.17?) (61.171.20.98) by 226.70-84-120.reverse.theplanet.com with SMTP; 19 Feb 2005 17:16:25 -0000 Message-ID: <421773EF.1030202@soociety.com> Date: Sun, 20 Feb 2005 01:14:23 +0800 From: Philippe Guillard User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "dev@cocoon.apache.org" Subject: Enctype + CachingURI Coplet Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I know that portal-html-eventlink doesn't delete enctype attribute anymore (http://issues.apache.org/bugzilla/show_bug.cgi?id=28095) Anyway i can't make my upload form work anymore in a cachingURI coplet, cocoon2.1.6, (I updated HTMLEventLinkTransformer.java to last revision 122957 that i found.) I get "visually" no continuation and the form is submitted again, loosing my input. The point is, when i suppress the part 'enctype="multipart/form-data" ', i have continuation ok!! My Template ____________ (tried also with stemap equivalent) Rendered html, that seems ok to me ____________________________
Anybody any idea ?? Regards, Phil