Hello I am building spring web application,
in that i want to add some field in
JSP file,
Which can be populated by Property file.
My property file is,
employee.properties
I have crerated beans as,
in application-context,
And i have bean,
EmployeeDetails.java
And TestReadProperty Class as,
Ana Error i get is,
SEVERE: Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'employeeDetails' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Could not resolve placeholder 'employee.empno'
So could not deploy project.
Please help me out,
Thank you in advance.