I'm integrating struts2, tiles3 and Freemarker (templates from a DB). The integration is mostly done, but the freemarker renderer is rendering to the result immediately instead of inserting its content into the template at the expected location.
Created and registered a DbFreemarkerTilesRenderer with key "db_freemarker", with a DbFreemarkerTilesRenderer implementation. Because it is difficult to format code in an email the code has been formatted and posted here: http://stackoverflow.com/questions/17779865/apache-tiles3-and-freemarker-where-freemarker-result-is-processed-from-string-r I think it is something simple... hopefully someone who has created a renderer will probably know what mistake I've done without even looking at the code. Will post SSCCE and follow up with the link.
