Hi everyone, Do you know how to get the HTML source of a turbine-2.3 template?
I can get the HTML source for each template type(screens/navigations/layouts) by the following way: ----------------- String htmlSource = TurbineVelocity.handleRequest(ctx, TurbineConstants.SCREEN_PREFIX + "/"+ templateName); --------------- but I need the HTML source of the assembled (layout+navigations+screen) whole template, does anyone know how to get it? Thank you in advance! Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
