Recently, i migrate from struts 2.0.11 to 2.1. When webapp launches, on my eclipse enviroment, a lot of warnings appears in console, even when i disable the devMode to false. Below is just a few lines of this messages:
WARN OgnlValueStack:46 - Could not find property [theme] WARN OgnlValueStack:46 - Could not find property [theme] WARN OgnlValueStack:46 - Could not find property [templateDir] WARN OgnlValueStack:46 - Could not find property [templateDir] There are hundreds of warinings like that, each time a action is called. Any ideas? Thanks