Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 67071 invoked from network); 7 Jul 2005 17:09:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2005 17:09:22 -0000 Received: (qmail 48699 invoked by uid 500); 7 Jul 2005 17:08:45 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 48455 invoked by uid 500); 7 Jul 2005 17:08:41 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 48248 invoked by uid 99); 7 Jul 2005 17:08:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2005 10:08:38 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=RCVD_BY_IP,RCVD_IN_BL_SPAMCOP_NET,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of richfeit@gmail.com designates 64.233.162.203 as permitted sender) Received: from [64.233.162.203] (HELO zproxy.gmail.com) (64.233.162.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2005 10:05:49 -0700 Received: by zproxy.gmail.com with SMTP id z3so108507nzf for ; Thu, 07 Jul 2005 10:04:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:x-enigmail-version:x-enigmail-supports:content-type:content-transfer-encoding; b=cqD/KDNx+Y1RMxiMjJGceY1BXgAfmru8w6MDiTLKKpY12DnuDsxiTKZmM+VBnftgiS+HIfRYO43LGpPFRtgnrd6i4FDfLw789T32PWMIXvBXhRs+iXzH6oveHkwyzbvzqCY0qXqiZ/e1pnK64o8KVVHEw1fMmOWUp7yk+DNt+f4= Received: by 10.36.222.59 with SMTP id u59mr389880nzg; Thu, 07 Jul 2005 10:04:58 -0700 (PDT) Received: from ?10.36.33.149? ([63.96.162.1]) by mx.gmail.com with ESMTP id 38sm477775nzf.2005.07.07.10.04.57; Thu, 07 Jul 2005 10:04:58 -0700 (PDT) Message-ID: <42CD60B8.6050503@gmail.com> Date: Thu, 07 Jul 2005 11:04:56 -0600 From: Rich Feit User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beehive Users Subject: Re: how to do file download from a beehive app References: <42CD5ABE.5030304@ieee.org> In-Reply-To: <42CD5ABE.5030304@ieee.org> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi James, The way I've done it (and the way I've seen it done) is to do exactly what you're describing, within a Page Flow action that returns null (no-forward). Let me know if you run into any issues with that, or if I should provide more detail. Rich James Black wrote: > In my beehive app I am using the controls and pageflow parts but I need > to offer the user a way to d/l a file. > > Generally I would just set the content type header and output the file, > but from within beehive how can this be done. > > Thanx. >