Hi St�phane, I'm definitely following you, but can you explain "$screen_placeholder" to me? How did the actual output from my template get into this variable? Perhaps I'm not following because I'm using JSPs. Does this solution translate to JSPs?
thanks for the help, +jeff -----Original Message----- From: St�phane MOR [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 12:05 PM To: Turbine Users List Subject: Re: escaping Turbine templating Jeff Barrett wrote: >I've got requirements to display "text" in a webpage that users can copy >and paste elsewhere. This will be easier for users if our >header/footer/side nav are absent and only the text they copying is >present. So is there a way to perhaps disable turbine processing for a >particular URL? > >Thanks, >+jeff > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > For Turbine 2.1 (I don't know enough about newer versions), one can use $data.setLayoutTemplate("/MyTextOnlyLayout.vm") in a template. Then you can place a Layout in your templates/layouts/ directory, called MyTextOnlyLayout.vm, which would only contain : "$screen_placeholder" (which is the actual output from your template). St�phane _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
