Display error message in this example,
November 23, 2007 at 2:12 PM
I tried using this example in my system. When I executed the same, the error window is blank. It is because of the reason that, the author has not mentioned one line that needs to be present in Struts\strutstutorial\web\WEB-INF\MessageResources.properties file
Please type the following line in MessageResources.properties file
#Error for Validators errors.required={0} is required.
build and deploy your application. and test the application. you should get the error messages now.
View All Comments
| View Tutorial