Try adding this to the top of each screen(.vm file) that is in a
subdirectory:
$data.getTemplateInfo().setLayoutTemplate("/<subdirectory>/<screen>.vm")substitute 'subdirectory' and 'screen' appropriately. Dan Eyassu On Wed, 21 Nov 2001, Scott Merritt wrote: > I wrote a small app that has pages for the backoffice portion and the actual > site has it's own public pages. The pages for the backoffice tool extend > from a secure screen class and the site pages extend off of different > classes. > > My question is... how do I get Turbine to select a template layout for the > tool pages and a seperate layout for the public site? > > I started putting the two groups of pages (screens) in seperate directories > under the /screens directory but that just led to more confusion. > > Thanks... > > -- > 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]>
