Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 23323 invoked by uid 500); 28 Mar 2003 06:59:19 -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 23310 invoked from network); 28 Mar 2003 06:59:19 -0000 Received: from unknown (HELO uncanny.net) (140.174.20.1) by daedalus.apache.org with SMTP; 28 Mar 2003 06:59:19 -0000 Received: from sandbox.uncanny.net (sandbox.uncanny.net [192.168.49.254]) by uncanny.net (Postfix) with ESMTP id B53C04CB for ; Thu, 27 Mar 2003 22:58:52 -0800 (PST) Received: from sandbox.uncanny.net (localhost [127.0.0.1]) by sandbox.uncanny.net (Postfix) with ESMTP id 55D0CA9AB for ; Thu, 27 Mar 2003 22:58:52 -0800 (PST) To: cocoon-users@xml.apache.org Subject: JSP in a box question (with POST) Reply-To: Edward Elhauge Date: Thu, 27 Mar 2003 22:58:52 -0800 From: Edward Elhauge Message-Id: <20030328065852.55D0CA9AB@sandbox.uncanny.net> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I've got a question for the wizards on this list. I've been working with Cocoon since last December and think it is pretty nifty. I like it a lot better than working with JSP and Custom Tags (which is what we were doing before). We basically are deploying an Intranet Bioinformatic Portal with a lot of content but also integrating some heavy duty Web Applications. I've managed to get Cocoon to create the portal layout, create XSLT transforms to generate layout and even have the one major Webapp running within the portal (and no frames). The problem is that I've managed to do all this without using the POST method in my FORMs. I think there was discussion on the list that requestQuery would only pass the URL parameters (GET params) and my experience bears that out. Ideally I know we should move to XSP but that isn't practical for social organization reasons, anyway I would like to run legacy Webapps within my portal tables (including ones on the net that I can't rewrite). So how do I get around the POST problem? I'm using a sitemap like this: to run our JSPs within the Portal. It works like a charm but now there are some apps with large TEXTAREA fields that aren't practical to change to GET. What can I do? One way around the problem that I tried was to use something like this: to run the JSPs within Cocoon, but whenever I put in any real JSP code into the servlet it barfs with a 'Not Well Formed' message; which must mean the servlet isn't really being executed, but just copied. Any hints would be greatly appreciated. -- Edward Elhauge -- Uncanny, San Francisco "The gods confound the man who first found out how to distinguish hours. Confound him, too, who in this place set up a sundial, To cut and hack my days so wretchedly into small portions!" -- Titus Maccius Plautus (254 - 184 BCE) --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-users-help@xml.apache.org