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 shou
I started looking into the "Extending Themes" topic, but it seems that
there's no clear reference on how to do that. Following the examples
does not seem to be very easy as I have not found any reference to
explain some of the key words used in the templates, such as
"fieldErrors&
Hi,
I'm currently evaluating Struts 2 for our next project. Our UI people
have laid out some standards for the markup generated by the application
pages, which the XHTML theme does not satisfy.
I started looking into the "Extending Themes" topic, but it seems that
there's n
5 matches
Mail list logo