Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 6756 invoked from network); 23 Apr 2004 17:01:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Apr 2004 17:01:11 -0000 Received: (qmail 46073 invoked by uid 500); 23 Apr 2004 17:00:53 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 46052 invoked by uid 500); 23 Apr 2004 17:00:53 -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 Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 46036 invoked from network); 23 Apr 2004 17:00:52 -0000 Received: from unknown (HELO athos.duhs.duke.edu) (152.16.195.41) by daedalus.apache.org with SMTP; 23 Apr 2004 17:00:52 -0000 Received: from strider.notes.duke.edu (strider.notes.duke.edu [152.16.19.13]) by athos.duhs.duke.edu (8.12.11/8.12.11) with ESMTP id i3NH1JV3343922 for ; Fri, 23 Apr 2004 13:01:19 -0400 Subject: Re: Deal with variable page content?????????????? To: users@cocoon.apache.org X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: From: Christopher Painter-Wakefield Date: Fri, 23 Apr 2004 13:01:00 -0400 X-MIMETrack: Serialize by Router on strider.notes.duke.edu/DUMC_Services/mc/Duke(Release 6.0.3HF22 | October 10, 2003) at 04/23/2004 13:01:01 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I don't know which Cocoon technologies you are currently using, but this hsould be fairly straightforward in Java (using XSP). You can ask the request for a list of all parameters, and iterate through the list and take the appropriate actions. If you need help getting started with XSP, there is some good documentation on the Cocoon site. -Christopher |---------+----------------------------> | | "lechael" | | | | | | | | | 04/23/2004 02:14 | | | PM | | | Please respond to| | | users | | | | |---------+----------------------------> >--------------------------------------------------------------------------------------------------------------| | | | To: | | cc: | | Subject: Deal with variable page content?????????????? | >--------------------------------------------------------------------------------------------------------------| Basically content of the page is generalized from the database. There are variable number of user inputs. Each input can be -----textfields, radio, select list etc. Names of these inputs are inquired from database, and transformed by a xstl because I know all possible names of them. But I find it is difficult to retrieve these input because I don't know how many there are and what they are from the submitted page. Would anybody give me some idea???? Many thanks!!! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org