I've found the taglib template.tld and copied it into web-apps/tlds, now I've got the problem that I don't know where to get the class files for it:
Unable to load class org.apache.turbine.services.jsp.tags.ScreenTag Bye David -----Original Message----- From: Gabriel Moreno [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 2:38 PM To: Turbine Users List You can't reference the screen explicitly from the layout. In the layout you always have: <turbine:screen section="body" /> to reference the screen body. If you want a screen named MyScreen.jsp to have a different layout, you have to create a layout called MyScreen.jsp and it will be used whenever you request MyScreen.jsp screen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
