Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 22897 invoked from network); 14 May 2005 11:16:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 May 2005 11:16:30 -0000 Received: (qmail 94259 invoked by uid 500); 14 May 2005 11:20:05 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 94169 invoked by uid 500); 14 May 2005 11:20:04 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 94150 invoked by uid 99); 14 May 2005 11:20:03 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=RCVD_BY_IP,RCVD_NUMERIC_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ap-cocoon-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 14 May 2005 04:20:03 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DWubf-0001uE-8W for users@cocoon.apache.org; Sat, 14 May 2005 13:14:55 +0200 Received: from 84.4.35.191 ([84.4.35.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 May 2005 13:14:55 +0200 Received: from t.katelbach by 84.4.35.191 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 May 2005 13:14:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@cocoon.apache.org From: oceatoon Subject: Re: Display a CForm Repeater in JXTemplate Date: Sat, 14 May 2005 13:39:21 +0200 Organization: oceatoon Lines: 26 Message-ID: References: <42855e5f.5af846ce.4b7c.44e2@mx.gmail.com> <7b87034105051402594730333e@mail.gmail.com> Reply-To: t.katelbach@systheo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 84.4.35.191 User-Agent: KNode/0.9.1 Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nicolas Maisonneuve wrote: > In pratice I would like transform the data of the form , so I use JX > as the generator of the pipeline where the data are injected. My first > step is just to display the results of the JX generator. > > But it's really strange that anybody find a simple solution for this > simple problem. > 1 Is there a simple way to access to the data in a repeater in a JX ? > 2- Why in flowscript the access "model.field[0].name" works but not in JX > ? (it would be interessing to develop ths kind of access in JX , no ?) By experience JX is full of little bugs (that's why devers are restructuring it) so you have go step by step and be patient ;-) and the solution is certainly there to be found: if things don't work with JEXL then also try the Xpath syntax, especially in the forEach tags and variables , they don't work exactly alike (PLS, don't ask me you????). You probably tried or maybe something like does it work ? then go from there Tibor --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org