Changeset 2949
- Timestamp:
- 02/08/07 15:06:30 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/java/org/sarugo/xtc/impl/DefaultTemplate.java
r2915 r2949 69 69 throws IOException, TemplateException, ELException { 70 70 this.root.render(templateContext); 71 templateContext.getXMLWriter().flush(); 71 72 } 72 73
