Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 11226 invoked by uid 500); 22 Feb 2003 04:57:58 -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 11211 invoked from network); 22 Feb 2003 04:57:58 -0000 Received: from dragon.realtime.net (205.238.132.78) by daedalus.apache.org with SMTP; 22 Feb 2003 04:57:58 -0000 Received: from stumpy ([24.28.90.78]) by dragon.realtime.net ; Fri, 21 Feb 2003 22:37:24 -0600 Message-ID: <005201c2da2c$0ea84480$6801a8c0@stumpy> From: "leona s" To: Subject: POSTing form data to a servlet Date: Fri, 21 Feb 2003 22:37:06 -0600 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.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi All, I hope someone here can help me with a Cocoon problem. I have an application that uses Xindice for its data store. I also have a servlet that can get data from Xindice, such as: This work just fine for getting whatever is in "mystuff". Now I want to do updates to Xindice using information posted from an HTML form. For example, I have:
I have a pipeline in my sitemap that maps to this form, but I don't know how I can get the information from the form POST to the servlet. I have tried things like: but it doesn't pass the parameters to the servlet. I don't want to append the individual parameters to the end of the servlet call (i.e. GET). In other words, is there an action or generator that acts like a POST to whatever servlet you give it, and uses the current sitemap parameters (those that have been sent by the form)? This seems to be a common enough problem that such a component would already exist, but I have done extensive searches and haven't found one. I am using WXPPro/C 2.0.4/Tomcat 4.1.18/JDK 1.4. Thanks very much. Leona Slepetis --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-users-help@xml.apache.org