Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 69894 invoked from network); 24 Oct 2005 16:33:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Oct 2005 16:33:29 -0000 Received: (qmail 26862 invoked by uid 500); 24 Oct 2005 16:33:24 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 26795 invoked by uid 500); 24 Oct 2005 16:33:23 -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 26784 invoked by uid 99); 24 Oct 2005 16:33:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2005 09:33:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [68.230.240.35] (HELO eastrmmtao04.cox.net) (68.230.240.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2005 09:33:21 -0700 Received: from [192.168.0.100] (really [70.179.64.83]) by eastrmmtao04.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051024163208.NURD23022.eastrmmtao04.cox.net@[192.168.0.100]> for ; Mon, 24 Oct 2005 12:32:08 -0400 Message-ID: <435D0CBC.2000501@reverycodes.com> Date: Mon, 24 Oct 2005 12:33:00 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: cforms: a bugfix and an update References: <435CD853.4040008@apache.org> In-Reply-To: <435CD853.4040008@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sylvain Wallez wrote: > Hi all, > > While doing some tests on CForms, I found two things I'd like to fix > before the release: > > Static selection-lists produce some location information in HTML pages > (view source in form1 sample and search for "loc:src"). This is clearly > a bug and should be fixed. > > I just realized that I forgot to add the new > / that replaces (see > [1]) in the FormsTransformer. This isn't really a showstopper, but > allows the same template to be used with JXTG or the transformer, and > thus less headaches for users that will switch between the two. > > I have the updated transformer ready on my HD. Shall I commit it? Please do Vadim