There's not much documentation on how to get annotations, Struts 2 actions and properties files working as message bundles. Here I demonstrate the ins and outs of Struts 2 message bundles with action classes and properties files. As a note before you begin, the message bundles with Struts actions need to go through an action class first in order to work. Calling the JSP directly won't invoke them. You'll see what I mean if you watch the Struts 2.5 message bundle with action classes tutorial. I just wanted to warn you before you begin.
Ещё видео!