Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 73112 invoked by uid 500); 4 Sep 2001 17:36:36 -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 73073 invoked from network); 4 Sep 2001 17:36:35 -0000 From: "Chris Newland" To: "Cocoon-Users" Subject: C2: Action to modify request parameters Date: Tue, 4 Sep 2001 18:33:59 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Return-Path: chris.newland@emorphia.com X-MDaemon-Deliver-To: cocoon-users@xml.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi All, I'm writing an action that is a pre-filter to DatabaseAddAction that modifies request parameters before they are sent to the database. In the map() method of my action I can get the parameters using: Request req = (Request)objectModel.get(Constants.REQUEST_OBJECT); String my_param = (String)request.getParameter("my_param"); // process parameter here But there is no request.setParameter() to return the updated value to the request. Is this possible? (I hope so) Thanks, Chris -- Chris Newland Software Research Engineer Emorphia Ltd Registered in England. 4133002 Mill House, Station Approach, Harlow Mill, Harlow, Essex, CM20 2EL, UK Email: chris.newland@emorphia.com Tel: +44 (0)1279 450100 Fax: +44 (0)1279 450102 Check out FIPA-OS at http://fipa-os.sourceforge.net/ This message may contain information proprietary to Emorphia so any unauthorised disclosure, copying or distribution of its contents is strictly prohibited. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: