Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 6599 invoked by uid 500); 13 Mar 2003 16:09:49 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 6561 invoked from network); 13 Mar 2003 16:09:49 -0000 Received: from relay1.aits.uillinois.edu (128.174.25.222) by daedalus.apache.org with SMTP; 13 Mar 2003 16:09:49 -0000 Received: from adminmail2.aiss.uic.edu (adminmail2.aiss.uic.edu [131.193.163.70]) by relay1.aits.uillinois.edu (8.11.6/8.11.6) with ESMTP id h2DG9pI30712 for ; Thu, 13 Mar 2003 10:09:51 -0600 Received: by adminmail2.aiss.uic.edu with Internet Mail Service (5.5.2653.19) id ; Thu, 13 Mar 2003 10:09:51 -0600 Message-ID: <258B1C4C80B3D511973B00D0B720E2D0054D1D7E@adminmail2.aiss.uic.edu> From: "Delis, Christopher E." To: "'cocoon-users@xml.apache.org'" Subject: dynamically load an action in a resource? Date: Thu, 13 Mar 2003 10:09:41 -0600 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 i'm a newbie cocoon2 developer who is trying to create a map:resource for commonly-used pipelines for use with my XMLForms. apparently (here, my newbie status begins to show prominently ;-), you can send map:parameters to map:resources quite easily via map:call (i've done this quite a bit already). also, i think you can even use map:actions within a map:resource. however, i can not dynamically load a map:action (which is the controller bean) within my map:resource like so: ... ... ... do "map:act" types have to be declared statically (i.e., a static value for "type")? or, is this a bug? or, is this a design choice (for security reasons, etc.)? perhaps, this is a bad way of going about this. i suppose i could write a more generic action and have it do what i want, but i thought it would be good to know why i can't do this. TIA, chris --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-users-help@xml.apache.org