Hi All,
I have created a small
struts application.That application is working well accept error messages from Message Resources file are not appearing in my
jsp page.
Here are details about my application
My resource file is in
.../WEB-INF/src/resources/LoginResource.properties and in
.../WEB-INF/classes/resources/LoginResource.properties My
struts-config.xml entry is
Validate method in ActionForm is
JSP code through which i am trying to print error messges is
And my
message resources file is
When i am trying to run this application,messages are not displaying and i am not getting any errors.
For
testing i inserted in println statements in validate method.Those print statements are also not displaying in console.
So i think control is not able to reach validate method.
Do i need to add anything to Web.xml file to use message resources file? Can any body please tell me solution to this problem.
Thanks in advance.
Kukunuri.
[ September 09, 2008: Message edited by: sirisha kukunuri ]