Category "spring-mvc"

Spring @Value annotation always evaluating as null?

So, I have a simple properties file with the following entries: my.value=123 another.value=hello world This properties file is being loaded using a PropertyP

Spring 3 MVC: Issue binding to list form fields on submit

Let me introduce my issue by providing some of the code in question. First my form object: public class OrgChartForm { List<OrgChartFormElement> or

How to configure log4j in a Spring Mvc application configured with Java Annotations and using a log4j.properties file

I'm working on a Maven Web application using Spring MVC 4.2.5.RELEASE, I'm using Netbeans IDE with GlassFishSErver 4.1, I want to use log4j 1.2.17 so I created