Re: struts 2.3.16 custom (sub-classed) theme issue

2014-01-23 Thread Lukasz Lenart
osm! Yes, there was bug in 2.3.16 and previous - template folder had to be put on classpath (src/main/resources/) as ThemeManager was looking for theme.properties only using classpath. I have extended that and now (as from 2.3.17 - not released yet) you can put it in webapps as well. See https://

Re: struts 2.3.16 custom (sub-classed) theme issue

2014-01-23 Thread adam brin
Hi Lukasz, Just to follow-up, I *think* I identified the problem... I just don't understand why. The issue is that our template directory is in src/main/webapps/ and not src/main/resources/ . Is it possible that this is a bug in how the UIBean resolves paths? When we move the directory the erro

Struts + Spring

2014-01-23 Thread vvc
Hi all, I'm working on an struts2+Spring application where the action could call any of the two sub-app flow, which wil eventually have seperate URL domains. Is it possible to mask the URL as we do InsideRedirect in Struts1. Thanks, Venkat

Re: struts 2.3.16 custom (sub-classed) theme issue

2014-01-23 Thread adam brin
Hi Lukasz, Our case is slightly different... we have about 10 files in our theme. None of our theme files reference a local version of css.ftl. But to reduce the problem to its simplest, if we remove everything from src/main/webapp/template/tdar/ except for theme.properties and textarea.ftl, we s