Hello.
is anyone using successfully Struts 2.1.8.1 using a CUSTOM freemarker
template path (placed in the Web Application and not in the
classpath)?

I mean:
        <constant name="struts.ui.theme" value="css_xhtml" />
        <constant name="struts.ui.templateDir" value="customdirectory" />

It seems that if I just extract the themes from the struts jar and I
put it in the Web Application paths it stops work.

The syntom is that "template inheritance" doesn't work, freemarker
can't handle the "a" template for css_xhtml.
In fact "a" template css_xthml doesn't exist and freemarker doesn't
look for it in the parent templates.

Thank You

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

Reply via email to