Return-Path: Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 13186 invoked by uid 500); 1 Aug 2003 06:49:48 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@cocoon.apache.org Delivered-To: mailing list docs@cocoon.apache.org Delivered-To: moderator for docs@cocoon.apache.org Received: (qmail 87903 invoked from network); 1 Aug 2003 06:17:21 -0000 Message-ID: <06f501c357f4$9799ed70$a52efea9@kpiroumian> From: "Konstantin Piroumian" To: References: <3F2829FB.6010709@umn.edu> Subject: Re: New InputModule docs Date: Fri, 1 Aug 2003 10:17:31 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N AFAIR, if is possible to access request parameters also using the request input module through JXPath, e.g.: {request:getParameterMap['file']} For this to work Request interface should have getParameterMap() which is present in Servlet 2.3 and was not implemented by Cocoon at the time of writing of the RequestInputModule. Regards, Konstantin From: "Tony Collen" > Hi Everybody, > > I just wrote up some docs for two InputModules that were previously (mostly) undocumented... the > GlobalInputModule and the RequestParameterModule. You can view them at the bottom of the wiki page > at http://wiki.cocoondev.org/Wiki.jsp?page=InputModules > > Would it make sense to give each input module it's own page? It would allow more examples to be > used, especially if more input modules come down the line. > > Any input (heh) on the docs is appreciated. > > Tony > >