Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 80617 invoked from network); 14 Oct 2003 21:06:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Oct 2003 21:06:16 -0000 Received: (qmail 44558 invoked by uid 500); 14 Oct 2003 21:05:54 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 44542 invoked by uid 500); 14 Oct 2003 21:05:54 -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 44502 invoked from network); 14 Oct 2003 21:05:53 -0000 Received: from unknown (HELO warden.diginsite.com) (208.29.163.248) by daedalus.apache.org with SMTP; 14 Oct 2003 21:05:53 -0000 Received: from wlvims01.diginsite.com by warden.diginsite.com via smtpd (for daedalus.apache.org [208.185.179.12]) with SMTP; Tue, 14 Oct 2003 14:05:44 -0700 Received: from calexc01.digitalinsight.com ([10.200.0.20]) by wlvims01.digitalinsight.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Tue, 14 Oct 2003 14:01:35 -0700 Received: by calexc01.diginsite.com with Internet Mail Service (5.5.2653.19) id <4YCP523M>; Tue, 14 Oct 2003 14:01:34 -0700 Message-ID: <31DF72A980E5D511B48C000102BD868503EA7FAF@calexc01.diginsite.com> From: Ralph Goers To: users@cocoon.apache.org Subject: Generating a FormValidatorAction descriptor Date: Tue, 14 Oct 2003 14:01:29 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 My website supports several thousand urls. Each url has the same sitemap but has a different look and feel. I believe all the forms handling can be done with the FormValidatorAction however I want to generate the descriptor so that it is unique to each url. However, each website will be inheriting default definitions so each website can't have a static copy of the entire form. Hopefully I have described the problem so that it is understandable. I see three possible ways to implement this: 1. A generator combines all the parts and emits the descriptor. This is referenced from the action via the cocoon source resolver. 2. Write my own source resolver. 3. Write an input module. I'd also like to cache the document since it will be fairly static for the web site once it is constructed. I'd appreciate the pros and cons of each of these approaches as well as any others. Ralph Goers --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org