]> git.mxchange.org Git - jjobs-war.git/commit
finally fixed this madness, thanks to @BalusC again:
authorRoland Häder <roland@mxchange.org>
Mon, 15 Aug 2016 09:27:15 +0000 (11:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Aug 2016 21:07:47 +0000 (23:07 +0200)
commit501609e3e98803028001f8cf6fe88f4d3f31cffb
tree0a316392dd1ed21aec7e464f7d131caf5e4c286b
parent4d9fd803f8e45efccbc102bf629b849d14d21eae
finally fixed this madness, thanks to @BalusC again:
- I wanted to have a general ("base") controller that hold methods for every controller (bean).
- like many controllers do, I want that bean to return localized message from my resource bundle and not unlocalized English-only messages
- this is now done by getting the container's locale and then loading the bundle with it's base name (not variable name)
- thank you, BalusC for enlighten us. :-)
src/java/org/mxchange/jjobs/beans/BaseJobsController.java