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 3809 invoked from network); 3 Feb 2000 19:39:44 -0000 Received: from phoenix.webslingerz.com (balld@206.66.49.24) by 63.211.145.10 with SMTP; 3 Feb 2000 19:39:44 -0000 Received: from localhost (balld@localhost) by phoenix.webslingerZ.com (8.8.7/8.8.7) with ESMTP id OAA31753 for ; Thu, 3 Feb 2000 14:35:16 -0500 Date: Thu, 3 Feb 2000 14:35:16 -0500 (EST) From: Donald Ball To: "'cocoon-dev@xml.apache.org'" Subject: Re: R:HTML forms with dynamic values In-Reply-To: <1357AA2133AAD21198CE00A0C9E95DD481FC76@EXCH_SRV> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 3 Feb 2000, Interesse Michelangelo wrote: > 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 ?? Look at the flow control mechanisms XSLT gives you. xsl:if, xsl:choose, xsl:for-each, etc., should allow you to build forms conditionally. http://www.w3.org/TR/xslt. Or am I missing something? - donald