Hello again, I see that in the java code of the classes that extend TemplateScreen.java, VelocityScreen.java for example, templates are searched for in the "screens" directory which in turn is under some other specified directory in the properties file I think :-). Look at buildTemplate() to see what I mean. If I wanted to store my screens, and layouts and navigations templates (and for that matter the associated classes) in other places instead of under the hardcoded values like "screens" or "layouts", can I configure that with a property? Or do I have to extend or rewrite those classes that extend off the base modules just to work around that default? This would be conveinient if I could configure this in a property file. If I did change that value in VelocityScreen, would it also change where the associated class file was looked for? Oops, I now see that those values are also hardcoded in TurbineTemplateService.java. Yikes. Still in the design phase.... Peter __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
