Thanks for your reply, you were right. Once freemarker has control
it's unaware of the parent theme. Pretty much all controls have
<#include "/${parameters.templateDir}/${parameters.theme}/controlheader.ftl"
/> in their template. Once I added my own controlheader.ftl it
worked. My other problem
Nick Scavelli wrote:
Here's what I've done:
/WEB-INF/classes/struts.properties:
struts.ui.theme=ccast2_0
struts.ui.templateDir=templates
/templates/ccast2_0/theme.properties
parent=css_xhtml
Please advise because this is so annoying.
I can't see anything wrong with that. I do the same th
I am struggling with the whole "extending theme" functionality in
struts2. Either I'm doing something incredibly stupid or there's an
issue with extending themes in struts2 (2.1.2 to be more clear). From
what I've gathered from the Struts 2.x documentation is that I should
be able to just simply
3 matches
Mail list logo