Hi,
Is it possible to include a template file(freemarker) residing in the tomcat/shared/templates folder in a
jsp? if not how do i seperate templates from the whole application itself? ie for each client i want to have a seperate ftl file independent from the web-app so that i dont have to redeploy the app each time a new client comes?
Hope am clear...