Ran into a problem when upgrading hibernate2 to 3 and wondering if anyone else has seen...searching forums didn't yield anything.
Have a form, Validator and Command object. Command object is a hibernate pojo. When the form is called and submitted to create and save a _new_ command object everything works fine. However, when the form is submitted to update and existing object:
WorkflowFormValidator does not support class com.udcpension.data.Workflow$$EnhancerByCGLIB$$19e 6cb7c
The formBackingObject method in the Controller determines whether or not to bind a new command object or use an existing to the form.
Why is the Validator complaining? Any thoughts/suggestions?
Thank you people


Reply With Quote