I need some help with my Controller which extends an SimpleFormController. My application is deployed in Tomcat 6.0. When I look into the logfiles in Tomcat I can see that the variables written by Log4J has been assigned with correct values. I do that in the method doSubmitAction.
The next statement to be executed is in my case to create a project which I do in the ProjectService object by the method createProject.
This is my error;Line 69 is the statement projectService.createProject(projectDao). I don't know why this happens. Maybe someone can help me with this?