From tomcat-user-return-114087-apmail-jakarta-tomcat-user-archive=jakarta.apache.org@jakarta.apache.org Tue Nov 02 07:52:09 2004 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 53840 invoked from network); 2 Nov 2004 07:52:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Nov 2004 07:52:09 -0000 Received: (qmail 85686 invoked by uid 500); 2 Nov 2004 07:51:24 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 85645 invoked by uid 500); 2 Nov 2004 07:51:23 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 85629 invoked by uid 99); 2 Nov 2004 07:51:23 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of David.Pawson@rnib.org.uk designates 194.128.16.193 as permitted sender) Received: from [194.128.16.193] (HELO maggotts.rnib.org.uk) (194.128.16.193) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 01 Nov 2004 23:51:22 -0800 Received: from localhost (maggotts.rnib.org.uk [127.0.0.1]) by maggotts.rnib.org.uk (8.12.11/8.12.11) with ESMTP id iA27pJfg031120 for ; Tue, 2 Nov 2004 07:51:19 GMT Received: from maggotts.rnib.org.uk ([127.0.0.1]) by localhost (maggotts.rnib.org.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31046-01-6 for ; Tue, 2 Nov 2004 07:51:19 +0000 (GMT) Received: from pbrmsxfe01.ads.rnib.org.uk (pbrmsxfe01.rnib.org.uk [10.254.1.124]) by maggotts.rnib.org.uk (8.12.11/8.12.11) with ESMTP id iA27nvG3031053 for ; Tue, 2 Nov 2004 07:49:57 GMT Received: from pbrmsx01.ads.rnib.org.uk ([10.1.10.101]) by pbrmsxfe01.ads.rnib.org.uk with Microsoft SMTPSVC(6.0.3790.211); Tue, 2 Nov 2004 07:49:52 +0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Response and file downloads Date: Tue, 2 Nov 2004 07:49:52 -0000 Message-ID: <47DFC5E9D8B9E4429C2861946386EA991BE02B@pbrmsx01.ads.rnib.org.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Response and file downloads thread-index: AcTATQcdrDDUzVITRyO3RPqG3xkxiwAY0O2A From: "Pawson, David" To: "Tomcat Users List" X-OriginalArrivalTime: 02 Nov 2004 07:49:52.0104 (UTC) FILETIME=[89272E80:01C4C0B0] X-Virus-Scanned: by amavisd-new at rnib.org.uk X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N =20 -----Original Message----- From: Justin Ruthenbeck =20 It seems like what you want is for a user to fill out a=20 form, click submit, then be presented with a new, fresh,=20 form again ... with the file download on the side. If you=20 have determined that you absolutely want this behavior=20 (it's atypical, so doing it won't be particularly robust),=20 consider programmatically opening another browser window on=20 form submit from which the download will happen ... and=20 reload your form in your "main" browser window. This will,=20 of course, subject you to any headaches associated with=20 javascipt window opening. Justin, since I want a basic download, I'd be interested in what you consider typical please? I need to offer the user a list of files (I'd thought of a form or list = of links) They select one, then download it. What's the tomcat way please? regards DaveP --=20 DISCLAIMER: NOTICE: The information contained in this email and any attachments is=20 confidential and may be privileged. If you are not the intended=20 recipient you should not use, disclose, distribute or copy any of the=20 content of it or of any attachment; you are requested to notify the=20 sender immediately of your receipt of the email and then to delete it=20 and any attachments from your system. RNIB endeavours to ensure that emails and any attachments generated by its staff are free from viruses or other contaminants. However, it=20 cannot accept any responsibility for any such which are transmitted. We therefore recommend you scan all attachments. Please note that the statements and views expressed in this email and=20 any attachments are those of the author and do not necessarily represent those of RNIB. RNIB Registered Charity Number: 226227 Website: http://www.rnib.org.uk --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org