[S2] 2.3.20 upgrade issue: No log warning entry for excluded package?

2015-02-27 Thread Burton Rhodes
I am having a similar issue as it relates to the new excludedPackageNamePatterns in 2.3.20 (upgrading from 2.3.16.3). The following line [1] will not resolve with the excludedPackageNamePatterns default value, but it will resolve when I clear the constant in struts.xml. I am wondering why I am no

Re: Change the background color of each element in the dropdown list

2015-02-27 Thread Christoph Nenning
> I have a dropdown search box which includes All, Open, Closed. > > I want to make the background color changes based on the element > selected from the list. Background is green if 'Open' is > selected, blue - 'All, red - 'Closed'. Could you please help how to > do this using struts2 tag?