Dear all, I'm using struts 2.2.3 and conversion plugin. I have set the struts.convention.result.path to '/WEB-INF/views' and I know the convension plugin will searching for results in the Servlet container and in the class path. So can I put the default result template in classpath and if need, override it in the Servlet container?
i.e. default template : /WEB-INF/views/classpath/WEB-INF/views/actionname.ftl user-customized : /WEB-INF/views/actionname.ftl Thanks Yonder