Hi Richard,
Not sure exactly what you mean, but I saw my template source by clicking on View->page source in Mozilla, The browser warned me that the page had to be re-created from the Post data, The HTML I got back look pretty much like what was displayed on the screen.
Richard Han wrote:
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]
