So you're saying it doesn't work for him?

Dave

On Wed, Oct 20, 2010 at 5:26 AM, Li Ying <liying.cn.2...@gmail.com> wrote:
>> Just add this to your web.xml:
>>
>>    <context-param>
>>        <param-name>templatePath</param-name>
>>        <param-value>template</param-value>
>>    </context-param>
>
> The param [templatePath] can start with only "class://" or "file://".
> Otherwise, struts will ignore it and do not create a
> TemplateLoader for it.
>
> (See method [init] and [createTemplateLoader] of class
> [org.apache.struts2.views.freemarker.FreemarkerManager])
>
> So, the value "template" means noting, it will get the same result as
> setting it to a empty string or anything else.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to