Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 43236 invoked by uid 500); 13 Jun 2003 10:38:24 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 43223 invoked from network); 13 Jun 2003 10:38:24 -0000 Received: from anchor-post-35.mail.demon.net (194.217.242.85) by daedalus.apache.org with SMTP; 13 Jun 2003 10:38:24 -0000 Received: from media.demon.co.uk ([80.177.14.141]) by anchor-post-35.mail.demon.net with esmtp (Exim 3.36 #2) id 19Qlws-0001hf-0Z for cocoon-dev@xml.apache.org; Fri, 13 Jun 2003 11:38:23 +0100 Date: Fri, 13 Jun 2003 11:38:22 +0100 Subject: Re: XMLForm repeat tag power! ? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Jeremy Quinn To: cocoon-dev@xml.apache.org Content-Transfer-Encoding: 7bit In-Reply-To: <005501c33194$fc95c360$1b01a8c0@picard> Message-Id: <2794455A-9D8B-11D7-BF4B-0003935AD2EE@media.demon.co.uk> X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Friday, June 13, 2003, at 11:17 AM, Jeroen Cranendonk wrote: > It does help a lot, thanks! :) > Someone should copy paste that to some documentation or sample ;) > > Just one more question/thought, You only showed using > fields, I > assume the textbox > and such fields work just as well ? Yeah > (If you can find a getter method, you > can find the setter method too :) > There is one interesting thought I had, if the list of things is > referred to > as a Set, which if I recall well > does not gueranty a fixed ordering, is there a possibility (mayby only > theoreticly) that when the page > gets loaded the set returns the elements in one order, and when the > fields > get updated it returns them in > another order, with the result of updating the wrong elements ? :) No idea ..... I am using Set(s) merely because these are what were used in the Hibernate documentation I read ...... I am using Hibernate for my Persistence layer. I assume you can use any kind of Collection. regards Jeremy