Re: [S2] Issues with extending themes

2008-07-03 Thread Nick Scavelli
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

Re: [S2] Issues with extending themes

2008-07-03 Thread Jeromy Evans
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

[S2] Issues with extending themes

2008-07-02 Thread Nick Scavelli
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

Re: Extending Themes

2006-11-26 Thread Ian Roughley
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&

Extending Themes

2006-11-22 Thread Tarek Nabil
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