Re: Issue with localization: Messages not picked up from properties file

2010-04-27 Thread Wes Wannemacher
Kartik, First off, your first mapping doesn't "forward" it dispatches to the login.jsp page. If the validation file you have created is picked up when the user hits that url, then you are going to see the validation errors. Second, in your form tag, I would remove the '.action' from the action att

Issue with localization: Messages not picked up from properties file

2010-04-21 Thread Kartik Kumar
Hi All, In my package structure, I have package.properties file with the following key value pair: username=User Name password=Password In my simple login page: the form elements are defined with a key look up.. My action xml mappings are given below. The first action is a