Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 36854 invoked from network); 3 Jan 2001 22:36:46 -0000 Received: from fw.infoplanning.net (HELO infoplanning.com) (@209.8.58.131) by h31.sny.collab.net with SMTP; 3 Jan 2001 22:36:46 -0000 Received: (qmail 21111 invoked from network); 3 Jan 2001 22:14:25 -0000 Received: from unknown (HELO apache.org) (192.168.0.189) by inet with SMTP; 3 Jan 2001 22:14:25 -0000 Message-ID: <3A53A1F9.5010408@apache.org> Date: Wed, 03 Jan 2001 17:04:41 -0500 From: Berin Loritsch User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.6) Gecko/20001205 X-Accept-Language: en MIME-Version: 1.0 To: cocoon-dev@xml.apache.org Subject: passing URIs in XSP Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I noticed something when trying to implement a Really Cool LogicSheet(tm), and that is that there is no really easy way of getting the URI of the sheet called from a logicsheet. Basically, I am creating a Cocoon 2 logicsheet that takes markup for a complex form, and both renders and processes it. I can make the markup specify the destination (itself), but I would much rather this be automated and hidden from the end user. The LogicSheet is aimed toward Business Analysts, so they really don't want to worry about those types of things. If I have a form that is accessed this way: apps/personnel.html I want to specify the destination to be personnel.html so that when the action is taken care of, the form processes itself, and displays the next page. Is there any way that can be done?