I have an object created and bound to the form using the formBackingObject method. In the JSP the relevant form fields are surrounded by the spring:bind tag.
The view is displayed with the proper values and I can edit them. But when submitting the changes to the server they get lost and the successView results in the values I had before doing the changes.
What do I have to do to persist the changes and make them visible in the JSP/view?
Thank you
Dirk
