Hi,
I am new to springframework, i am facing some issue while reading properties fil using spring MVC (Spring-4.1 -
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.1.xsd).
I have configured error.message.properties on spring-servlet.xml, enter was
java code is
#1. doImportProcess() method itself i am getting property value. Where as outside of this method i am getting getErrorProperties() is null.
I am not able to understand why i am getting this.
Thanks.