public void testText() throws Exception {
Map<String, Object> datas = CollectUtils.newHashMap();
datas.put("b", new BeangleTagLibrary(ActionContext.getContext().getValueStack(),
new MockHttpServletRequest(), new MockHttpServletResponse()));
datas.put("s", new StrutsModels(ActionContext.getContext().getValueStack(),
new MockHttpServletRequest(), new MockHttpServletResponse()));
datas.put("watch", new StopWatch());
StringWriter writer = new StringWriter();
Template template = cfg.getTemplate("comp.ftl");
// template.process(datas, writer);