> -----Original Message----- > From: Marc Portier [mailto:[EMAIL PROTECTED] > Sent: Monday, 21 June 2004 12:59 > To: [EMAIL PROTECTED] > Subject: Re: Multivaluefield - getting values in JXTemplate? > > > > > Derek Hohls wrote: > > > Sorry Joerg > > > > I am not sure that this is making a difference: > > > > ie in my flowscript if I now have: > > > > var atheme = form.getChild("theme").getValue(); > > > > and in the "jxpage" > > > > <jx:forEach var="thisTheme" items="theme"> > > <li>A Selection: ${atheme}</li> > > </jx:forEach> > > > > <jx:forEach var="thisTheme" items="theme"> > ^^^^^ shouldn't this be an > expression (jexl or jxpath) that returns the array rather > then a string?
jexl/jxpath supports Map and List and arrays. Bye, Helma --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
