Frans Thamura wrote:

we use velocity and freemarker :)

is it possible?
Good choice. You're in luck! The Freemarker Configuration searches for templates in your web application first and then in your classpath.
Just place them in the jar and reference them by their classpath.

eg
/views/mypage.ftl

(Don't put them in WEB-INF in a jar...that path has a special meaning and it might not work).

Also see the Template Loading section of this page: http://struts.apache.org/2.x/docs/freemarker.html

Hope that helps

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to