IntelliJ Java IDE
The moose likes Spring and the fly likes Property binding error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Spring
Reply Bookmark "Property binding error" Watch "Property binding error" New topic
Author

Property binding error

Shashank Sharma
Ranch Hand

Joined: Sep 27, 2006
Posts: 91
Hello,
I am new to spring frame work have prior exp on struts 1.3.


I am having problem binding bean element with the spring form element.
Web Reference:-
Spring Tutorial

JSP

Controller

servlet-dispatcher


Error:-
Problem accessing /userRegistration.do. Reason:

java.lang.IllegalAccessError: tried to access method org.springframework.validation.AbstractPropertyBindingResult.getCustomEditor(Ljava/lang/String;)Ljava/beans/PropertyEditor; from class org.springframework.web.servlet.support.BindStatus

I am using web based tutorials for spring 3.0 .Please guide for further path and resources to master spring.





Thanks





Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3334

Have a look at this thread: http://www.coderanch.com/t/533471/Spring/Getting-below-error-when-doing

Spring's official documentation is extensive and dense reference if you want to study Spring framework and if you are willing to spend some money, then get "Manning Spring 3 in Action".
 
 
subject: Property binding error
 
Threads others viewed
Spring form input binding problem
Not Getting Values using EL in Spring..
Problem with getSuccessView
helloworld spring mvc
Neither BindingResult nor plain target object for bean name 'user' available as request attribute
developer file tools