Re: Unable to Find FreeMarker Template in Struts 2.3.16.2

2014-05-02 Thread bphill...@ku.edu
John: You may want to use git clone to get our updated Struts 2 example projects: git clone http://git.apache.org/struts-examples.git In the example projects is one for Struts 2 Themes that shows how the customized .ftl files are under src/main/resources (in specific folders) and also the

Re: Unable to Find FreeMarker Template in Struts 2.3.16.2

2014-05-02 Thread Lukasz Lenart
This is issue is already solved in upcoming 2.3.18 version [1], the simplest solution is to move template folder to be on classpath not under webapp folder, if you use Maven then move template folder from src/main/webapp to src/main/resources [1] https://issues.apache.org/jira/browse/WW-4260 Reg