Return-Path: Delivered-To: apmail-jakarta-turbine-user-archive@www.apache.org Received: (qmail 86086 invoked from network); 20 Aug 2004 16:35:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Aug 2004 16:35:48 -0000 Received: (qmail 75142 invoked by uid 500); 20 Aug 2004 16:35:26 -0000 Delivered-To: apmail-jakarta-turbine-user-archive@jakarta.apache.org Received: (qmail 74983 invoked by uid 500); 20 Aug 2004 16:35:23 -0000 Mailing-List: contact turbine-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Turbine Users List" Reply-To: "Turbine Users List" Delivered-To: mailing list turbine-user@jakarta.apache.org Received: (qmail 74899 invoked by uid 99); 20 Aug 2004 16:35:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [198.152.12.100] (HELO tiere.net.avaya.com) (198.152.12.100) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 20 Aug 2004 09:35:18 -0700 Received: from tiere.net.avaya.com (localhost [127.0.0.1]) by tiere.net.avaya.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id i7KGXgmF014155 for ; Fri, 20 Aug 2004 12:33:42 -0400 (EDT) Received: from cof110avexu3.global.avaya.com (h135-9-6-18.avaya.com [135.9.6.18]) by tiere.net.avaya.com (Switch-3.1.2/Switch-3.1.0) with ESMTP id i7KGXfmF014124 for ; Fri, 20 Aug 2004 12:33:41 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Progress pages between screens Date: Fri, 20 Aug 2004 10:35:14 -0600 Message-ID: <338BB2262B736343A4118E992074D7E604C74768@cof110avexu3.global.avaya.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Progress pages between screens Thread-Index: AcReKlMZBlDYrLXDTHOGLpyVs+z9RwoqBcnA From: "Goyal, Ritu (Ritu)" To: "Turbine Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I followed this email thread, but if I use RawScreen to get dynamic messages for my progress page, my layout disappears. What I really need is a way to output the messages to the screen and still being able to display the left and bottom panel. Is there any way to do that? Thanks, Ritu.. -----Original Message----- From: David Demner [mailto:turbine@demner.com]=20 Sent: Tuesday, June 29, 2004 4:42 PM To: 'Turbine Users List' Subject: RE: Progress pages between screens Hi Ritu, Yes you can do this without involving Velocity. See the thread http://www.mail-archive.com/turbine-user@jakarta.apache.org/msg14416.htm l for some pointers. Basically, you create a screen class that doesn't extend VelocityScreen and put your code in there. When you click a link to your .vm file, this class will get processed, and rewrite the response so the .vm doesn't get displayed. That thread has pretty much all the information you will need. Good luck, David -----Original Message----- From: Goyal, Ritu (Ritu) [mailto:ritu@avaya.com]=20 Sent: Tuesday June 29, 2004 3:32 PM To: turbine-user@jakarta.apache.org Subject: Progress pages between screens Hello, =20 In the application we are designing, we need a way to write output to a screen directly. We have what we call a progress page after every screen where we expect a user to wait and see dynamic output messages showing a system being configured. After all the messages are displayed, we redirect the user to another screen. =20 We have done something similar outside of Turbine before. We did not need to use a velocity template, and we created a dynamic page by associating a PrintWriter to the HTTP response. =20 My question is: Could I do the same thing in Turbine without using a velocity template as a screen file? =20 Thanks, Ritu.. --------------------------------------------------------------------- To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: turbine-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: turbine-user-help@jakarta.apache.org