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

Reply via email to