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:[EMAIL PROTECTED] 
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/[EMAIL PROTECTED]/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:[EMAIL PROTECTED] 
Sent: Tuesday June 29, 2004 3:32 PM
To: [EMAIL PROTECTED]
Subject: Progress pages between screens


Hello,

 

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.

 

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.

 

My question is:

Could I do the same thing in Turbine without using a velocity template
as a screen file?

 

Thanks,

Ritu..



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to