Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-22 Thread Lukasz Lenart
2014/1/22 Chris : > Hello, > > Il would be interesting to begin the CRUD example with both a login.jsp and a > search.jsp Not sure what you mean by that :\ Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To uns

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

2014-01-22 Thread Lukasz Lenart
As I understand you have created a custom theme with only one template - textarea.ftl and there isn't neither controlheader.ftl nor controlfooter.ftl in your them? If so, you must use ${parameters.expandTheme} instead of ${parameters.theme} to tell ThemeManager to check current theme and then pare

struts 2.3.16 custom (sub-classed) theme issue

2014-01-22 Thread adam brin
This is related to WW-4145, I think. When upgrading to 2.3.16, we're receiving the following error messages for our locally created theme. This theme builds off of the simple theme, but mostly includes "custom" controlheader and controlfooter elements. The issue we're seeing is that struts seems

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-22 Thread Chris
Hello, Il would be interesting to begin the CRUD example with both a login.jsp and a search.jsp Regards Le Lundi 13 janvier 2014 11h50, Lukasz Lenart a écrit : And the CRUD example has been rewritten to use the latest S2 version https://issues.apache.org/jira/browse/WW-3993 2014/1/13