on 7/9/01 12:27 PM, "Jason Crickmer" <[EMAIL PROTECTED]> wrote: > I am sure this a pretty basic question, so please pardon my > newbieness. > > I have created a subclass of VelocityScreen called LWScreen. > LWScreen.doBuildTemplate() puts an object into the context called > "menu". I want this object to show up for every template page, but I > don't necessarily want to go and create a class for each screen. I > assumed that the "screen.homepage" parameter in > TurbineResources.properties was just what I needed, but apparently > not. > > Thanks in advance for your help! > > Thanks, > Jason #1. You shouldn't be creating Java screens. Read: <http://jakarta.apache.org/turbine/pullmodel.html> #2. Create a Default.java and use that instead, but a better solution is to create a Global PullTool and use that. -jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
