> 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