Try setLayout(java.lang.String layout) on DefaultTurbineRunData. From a velocity template you can use
$data.setLayout(layout) and in a screen class, you can call setLayout() in the doBuildTemplate() method. Note that you may have to cast data to DefaultTurbineRunData. Does that help? Eric On Sun, 2002-12-15 at 21:13, Jiang Ruihai wrote: > Hello,all, > I want to specify different layout templates for different circumstances, > how > could I do? > > > > > > _________________________________________________________________ > 免费下载 MSN Explorer: http://explorer.msn.com/lccn/ > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Eric Emminger [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
