• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Getting Null value while reading properties

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
moose poop looks like football shaped elk poop. About the size of this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic