Return-Path: Delivered-To: apmail-cocoon-users-fr-archive@www.apache.org Received: (qmail 83571 invoked from network); 13 Feb 2007 09:30:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 09:30:31 -0000 Received: (qmail 687 invoked by uid 500); 13 Feb 2007 09:30:38 -0000 Mailing-List: contact users-fr-help@cocoon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users-fr@cocoon.apache.org Delivered-To: mailing list users-fr@cocoon.apache.org Received: (qmail 676 invoked by uid 99); 13 Feb 2007 09:30:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 01:30:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gtxcu-users-fr@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 01:30:27 -0800 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HGtz8-0007T6-P3 for users-fr@cocoon.apache.org; Tue, 13 Feb 2007 10:30:02 +0100 Received: from lns-bzn-59-82-252-183-123.adsl.proxad.net ([82.252.183.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Feb 2007 10:30:02 +0100 Received: from capdelahague by lns-bzn-59-82-252-183-123.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Feb 2007 10:30:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users-fr@cocoon.apache.org From: Patrick Thomas Subject: Re: Afficher une liste dynamique de boutons radio Date: Tue, 13 Feb 2007 09:20:45 +0000 (UTC) Lines: 35 Message-ID: References: <45D0A6F4.8090607@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 82.252.183.123 (Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Merci de ta réponse. J'avais trouvé ça au même endroit : FLOW-JXPATH SELECTION LIST IMPLEMENTATION (See the javadoc of the FlowJXPathSelectionListBuilder class for now). Example: In flowscript: var data = new Object(); data.cityList = new Array(2); data.cityList[0] = {value:"AL", label:"Alabama"}; data.cityList[1] = {value:"AK", label:"Alaska"}; form.showForm("flow/myform.form", data); and the corresponding selection list definition: Est-ce que tu penses que cette démarche est aussi utilisée ? Quels sont ses différences avec celle qui consiste à générer un mychoice.xml dynamiquement ? Patrick --------------------------------------------------------------------- Liste francophone Apache Cocoon -- http://cocoon.apache.org/fr/ Pour vous desinscrire : mailto:users-fr-unsubscribe@cocoon.apache.org Autres commandes : mailto:users-fr-help@cocoon.apache.org