Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 53900 invoked from network); 29 Dec 2004 20:27:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Dec 2004 20:27:30 -0000 Received: (qmail 83629 invoked by uid 500); 29 Dec 2004 20:27:21 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 83597 invoked by uid 500); 29 Dec 2004 20:27:21 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 83581 invoked by uid 99); 29 Dec 2004 20:27:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of benanderson.us@gmail.com designates 64.233.184.207 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Dec 2004 12:27:18 -0800 Received: by wproxy.gmail.com with SMTP id 67so67285wri for ; Wed, 29 Dec 2004 12:27:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=U5orq69JNGFd099eR3gxmfD9kpaFrhRYyBeNpE+lnwVGkT3m2rWVncHbVWI8kdyoTEZZDF4RHvGmKj/oeUhxW5Fk39ZShA+UV8BCJkXqhOFU1irduFV+2MQ5wX9bzjg/PF1LKXRHuu1LSOpuLcg+5t2y9cvAbE0FO04cX24HN6w= Received: by 10.54.57.8 with SMTP id f8mr110749wra; Wed, 29 Dec 2004 12:27:09 -0800 (PST) Received: by 10.54.49.76 with HTTP; Wed, 29 Dec 2004 12:27:09 -0800 (PST) Message-ID: Date: Wed, 29 Dec 2004 15:27:09 -0500 From: Ben Anderson Reply-To: Ben Anderson To: users@cocoon.apache.org Subject: org.apache.cocoon.environment.Context from flowscript Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I'd like to get at this object from the flowscript so that I can call the method - getRealPath(), so I can delete a file. However, it looks the the objects in scope are the javax.servlet.* objects, which don't allow me to do this. Is there a way to get at this object - perhaps it's set in the context somewhere? Thanks, Ben --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org