| Author |
Spring exception Neither BindingResult nor plain target object for bean name 'name' a
|
Ashimashi Kabashi
Ranch Hand
Joined: Sep 11, 2006
Posts: 84
|
|
I am getting an exception can anyone hint to what I might be doing wrong?
|
 |
Arjana Matonyte
Greenhorn
Joined: Jun 26, 2008
Posts: 4
|
|
Hi, I think that your problem is very well explained here. Have a look at it. If, after reading it, you still are not sure how to apply the advice in your specific situation, include relevant parts of the controller code in your post.
|
 |
Chid Nyc
Greenhorn
Joined: Jul 09, 2010
Posts: 2
|
|
Hi,
I am trying Spring MVC for the first time(in fact I am quite new to Spring also). I tried this so many times for the past one day but still getting the same issue, even after looking at the suggested link and also other google search results. I am using the Spring mvc tutorial available at:
http://static.springsource.org/docs/Spring-MVC-step-by-step/part4.html
Following is the error:
Following is my web.xml:
Following is the code in services.xml:
Following is the code in Dispatcher-servlet.xml:
Following is the code in SearchAccessFormController:
Following is the code in SearchAccess.java:
Following is the code in SearchAccessImpl:
Following is the index.jsp code:
I checked BindStatus.java in Spring code, but unable to find why target is null. The exception above is in index.jsp...Please help
|
 |
Chid Nyc
Greenhorn
Joined: Jul 09, 2010
Posts: 2
|
|
Hi,
Can someone kindly reply as to what is the issue in my code and why am I getting the exception mentioned in my previous post ...I am not sure how to resolve the same...
Thanks.
|
 |
 |
|
|
subject: Spring exception Neither BindingResult nor plain target object for bean name 'name' a
|
|
|