回复: can i override freemarker template

2011-08-01 Thread Yonder
Thanks I've test it.The classpath will be searched first. So I need another solution. > >发件人: Dave Newton >收件人: Struts Users Mailing List ; Yonder > >发送日期: 2011年8月1日, 星期一, 下午 7:27 >主题: Re: can i override freemarker template > >

Re: can i override freemarker template

2011-08-01 Thread Dave Newton
I don't recall which will be searched first, or if it will even search both. I've probably just try it. That said, if this type of customization is a feature of the application, I've strongly consider a cleaner solution, like serving the templates from a database, or providing a clear, consistent

can i override freemarker template

2011-08-01 Thread Yonder
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,