Newbie question here: I am sure I have missed something but I have pored through the Struts localization tutorial
http://struts.apache.org/2.x/docs/localization.html but I can not find a resolution.
In my package structure, I have package.properties file with the following
key value pair:
In my simple login page: the form elements are defined with a key look up..
In my struts.xml, I have defined the action mapping. The first action is a forward action
to the login page.
When I try to load the login_input action, I don't see the messages picked up from package.properties. But when I submit the form and it fails validation, it is picked up from the resource bundle. What is it that I have to do in order to have the messages picked up from resource bundle for a forward action?
Any advice would be useful.
Thanks,
Kartik