我正在使用 jopendocument 1.2 和 Railo 3.3.1.000
来自http://www.jopendocument.org/start_text_2.html
List<Map<String, String>> months = new ArrayList<Map<String, String>>();
months.add(createMap("January", "-12", "3"));
months.add(createMap("February", "-8", "5"));
months.add(createMap("March", "-5", "12"));
months.add(createMap("April", "-1", "15"));
months.add(createMap("May", "3", "21"));
template.setField("months", months);
如何在 cfml 中编写该代码,或者任何有 jopendocument 经验的人使用 cfml 在 odt 模板文件中添加行?