Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 84904 invoked from network); 4 Jan 2008 04:55:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2008 04:55:58 -0000 Received: (qmail 25652 invoked by uid 500); 4 Jan 2008 04:55:45 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 25589 invoked by uid 500); 4 Jan 2008 04:55:45 -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 List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 25576 invoked by uid 99); 4 Jan 2008 04:55:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 20:55:45 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 04:55:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1AD66714159 for ; Thu, 3 Jan 2008 20:55:34 -0800 (PST) Message-ID: <27389579.1199422534107.JavaMail.jira@brutus> Date: Thu, 3 Jan 2008 20:55:34 -0800 (PST) From: =?utf-8?Q?J=C3=B6rg_Heinicke_=28JIRA=29?= To: dev@cocoon.apache.org Subject: [jira] Updated: (COCOON-2052) Allow Ajax submission of forms with empty upload field In-Reply-To: <14449645.1177320495581.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-2052?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] J=C3=B6rg Heinicke updated COCOON-2052: ---------------------------------- Assignee: J=C3=B6rg Heinicke Also applied patch to Forms 1.0 branch. > Allow Ajax submission of forms with empty upload field > ------------------------------------------------------ > > Key: COCOON-2052 > URL: https://issues.apache.org/jira/browse/COCOON-2052 > Project: Cocoon > Issue Type: Improvement > Components: Blocks: Forms > Affects Versions: 2.1.11, 2.2-dev (Current SVN) > Reporter: Robin Wyles > Assignee: J=C3=B6rg Heinicke > Priority: Minor > Fix For: 2.1.11, 2.2-dev (Current SVN) > > Attachments: AjaxForm-upload-patch.txt, C2.2-AjaxForm-upload-patc= h.txt > > > Currently AjaxForm.js disables Ajax if the form contains an active upload= field regardless of whether it contains a value or not. This simple patch = only disables Ajax if the upload field is active and has a value. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.