I migrated a application from Struts 2.1 to 2.3.x. I now find warnings on my log stating "Resource org/apache/struts/taglib/LocalStrings_en.properties Not Found." . I did some reading and it does sound benign. However, since I never had internationalized property files, I am not sure why I get these messages now. Any ideas?
Asked
Active
Viewed 351 times
0
-
It is only a warning, right? Unrelated, you should use 2.3.34. – Aleksandr M Oct 25 '17 at 21:00
-
It is a warning only. I was just puzzled that it was thrown in the 2.3 version only and not before. I was not able to find any internationalization related difference specifically between the 2. – Vibha Gopal Oct 26 '17 at 17:51
-
Are you using S1 too in that app? – Aleksandr M Oct 26 '17 at 19:05
-
In the larger application, yes. I am using S1 in a different part of the application. – Vibha Gopal Oct 27 '17 at 15:22
-
The warning comes from there. – Aleksandr M Oct 27 '17 at 17:56