Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 1261 invoked from network); 3 Feb 2000 19:30:44 -0000 Received: from menhed.netsiel.it (156.54.254.2) by 63.211.145.10 with SMTP; 3 Feb 2000 19:30:44 -0000 Received: from exch_srv.netsiel.it (156.54.2.73 [156.54.2.73]) by menhed.netsiel.it with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id D2CNXNKZ; Thu, 3 Feb 2000 20:30:42 +0100 Received: by EXCH_SRV with Internet Mail Service (5.5.2448.0) id ; Thu, 3 Feb 2000 20:30:37 +0100 Message-ID: <1357AA2133AAD21198CE00A0C9E95DD481FC76@EXCH_SRV> From: Interesse Michelangelo To: "'cocoon-dev@xml.apache.org'" Subject: R:HTML forms with dynamic values Date: Thu, 3 Feb 2000 20:30:37 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I can guess how in a simple model. But when some more work is required = in order to fulfill combos ... some supporting framework is required .... I've used in my JSP pages thinks like this: <% tab.doDistinct("AziendaS", "QARisorse"); %> But when I need to synch the choice in one combo with the values shown = in another one, some javascript is required ..... and the things get = harder ... for maintenability too. Do you use different frameworks in order to make things easier to build = .... and to mantain ?? =20 Michelangelo Interesse ---------------------------- Process Support Systems Netsiel S.p.A. * ++39-080-5092.220 ---------------------------- > ---------- > Da: Donald Ball[SMTP:balld@webslingerZ.com] > Risposta a: cocoon-dev@xml.apache.org > Inviato: gioved=EC 3 febbraio 2000 20.14 > A: 'cocoon-dev@xml.apache.org' > Oggetto: Re: HTML forms with dynamic values >=20 > On Thu, 3 Feb 2000, Interesse Michelangelo wrote: >=20 > > Any idea on how fulfill HTML form with dynamic (combo and lists > included, > > possibly interlaced) data coming out from a database through Cocoon > > framework ?? >=20 > I use SQLProcessor to get the data from the database into an XML file = and > then used an XSLT stylesheet to do the final transformation into an = HTML > form. It works quite well. >=20 > - donald >=20