Hi, I want to ask you, how is it possible to create mapping for filter and *.properties??
So that character encoding filter would apply for ApplicationResources.properties file. I have allready done filtering for Actions, by modifiying web.xml: <filter-mapping> <filter-name>Set Character Encoding</filter-name> <servlet-name>action</servlet-name> </filter-mapping> My ApplicationResources.properties file is in WEB-INF/classes Thank you in advance! Regards, Ramil