Hi all, I am in a kind of a big dilema now. I am trying to implement a basic CMS using Tapestry. One of the requirements is that the user will be able to modify their own templates. I have already seen some approaches in the mailing list to read the tmls files from different locations what gives me hope.
My problem right now is that the templates may contain a scripting language (Freemarker). My question is where would be the best place to plug the Freemarker processing. I was planning to add a new PageRenderRequestFilter that would take the response after the page is render and send it to Freemarker but i am still not sure how to get the current servlet response InputStream. The easiest way right now would be to extend tapestryFilter but i would like to explore first a way to do it using the IoC. Thanks a lot for your help --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org