Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 33304 invoked from network); 15 Jan 2004 11:25:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Jan 2004 11:25:05 -0000 Received: (qmail 65076 invoked by uid 500); 15 Jan 2004 11:24:35 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 64873 invoked by uid 500); 15 Jan 2004 11:24:34 -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 64860 invoked from network); 15 Jan 2004 11:24:34 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 15 Jan 2004 11:24:34 -0000 Received: (qmail 21804 invoked by uid 65534); 15 Jan 2004 11:24:47 -0000 Received: from a183069.studnetz.uni-leipzig.de (EHLO gmx.de) (139.18.183.69) by mail.gmx.net (mp001) with SMTP; 15 Jan 2004 12:24:47 +0100 X-Authenticated: #3483660 Message-ID: <400678C0.3090808@gmx.de> Date: Thu, 15 Jan 2004 12:25:52 +0100 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: de-de, de, en-us, en-gb, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: cvs commit: cocoon-2.1/src/blocks/woody/samples/forms form2_bind_xml.xml References: <20040115002126.92894.qmail@minotaur.apache.org> <40065361.8060900@outerthought.org> In-Reply-To: <40065361.8060900@outerthought.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 15.01.2004 09:46, Marc Portier wrote: >> Modified: src/blocks/woody/samples/forms form2_bind_xml.xml >> Log: >> fixes problem with binding sample: >> http://marc.theaimsgroup.com/?t=107411789000009&r=1&w=2 >> Can somebody explain why? > > sorry my mistake: > http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/woody/samples/forms/form2_model.xml?r1=1.11&r2=1.12&diff_format=h > > > when I recently changed the sample to fix the problem with the > bean-binding I overlooked the effect on the xml-binding... When searching for the reason of the non-working I looked at form2_xml.xml, line 95: and that's long and I didn't understand why it did not work but after the change in form_bind_xml.xml. Comparing 2 strings like contacts and number can be so difficult :) Yes, now I also understand the reason. Joerg