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..
