How to use another layout template instead of default.vm and the .vm with the same
name?
in the old version, I can do this like $data.setLayoutTemplate("???.vm"), but now it
can't work even if I changed it into
$data.getTemplateInfo().setLayoutTemplate("???.vm") or
// .java
TemplateInfo info=new TemplateInfo(data);
info.setLayoutTemplate("???.vm")
thanx a lotGet more from the Web. FREE MSN Explorer download : http://explorer.msn.com
- Re: Populate another layout template joe black
- Re: Populate another layout template Jason van Zyl
- Re: Populate another layout template John McNally
