Our business needs is to upload files from web and insert into database. Files can have upto 50,000 records.
I have been looking into various solutions our the web and spring batch keeps popping...
Type: Posts; User: jilljuneja; Keyword(s):
Our business needs is to upload files from web and insert into database. Files can have upto 50,000 records.
I have been looking into various solutions our the web and spring batch keeps popping...
Its wierd.
I changed the name of file to abc.properties and changed it in sping-servlet.xml and now it works.
Something wrong with WASD and name messages.
Spend whole day on it.
In my springapp-servlet.xml I have the message bundle defined.
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property...
I tired what you suggested but still it is not working.
<fmt:bundle basename="messages">
<fmt:message key="title"/>
</fmt:bundle>
messages.properties is the file in web-inf.
All,
I am doing Developing a Spring Framework MVC application step-by-step
tutorial.
It is using format taglib of JSTL. I am doing exaclt what it is saying but getting ??? instead of string...