On Thu, 9 Jan 2003, Quinton McCombs wrote: > This is correct. The screen class that will be executed for your > "public" pages needs to be a subclass of VelocityScreen. > > This should be in the Velocity site how-to..... >
this worked perfectly I just extended VelocityScreen and created a new action specifically for that screen so there is no chance the user can do something there not supposed to be allowed to do.... was also able to change the layout for that one screen for the "public" view with data.setLayoutTemplate() in the class file for this screen. I'm a happy turbine user :) Thanks for the tips. Jeff Painter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
