From the jsp, I submit the form which is binding a Class property (a bean) already available on the jsp. In my controller, when I do getClass() for this property, it says it is string and not the Class of the bean. How can I bind this to the proper Class. Can I use ClassEditor somehow?


Reply With Quote