protected void buildCfg() {
cfg = new freemarker.template.Configuration();
cfg.setTemplateLoader(new StrutsClassTemplateLoader());
cfg.setTemplateExceptionHandler(TemplateExceptionHandler.HTML_DEBUG_HANDLER);
cfg.setObjectWrapper(new BeangleObjectWrapper(true));
cfg.setDefaultEncoding("utf-8");
}