rob monie - 2007-04-08

I have removed the method 'secureFormBackingObject' from the AbstractBaseFormController in Spring Layout. Anyone who rebuilds SpringLayout for their project from now on will need to perform the following upgrade steps.

1. Search for secureFormBackingObject in your controller code and replace with formBackingObject

simple!

Please note though that this change does not cause any compilation errors so you could upgrade and think everything is fine until you get unexpected behaviour of course.  The effect of upgrading and not performing the above step would be that the code within  secureFormBackingObject will never be called.

***The decision to remove this method is due to the fact that it has been been deprecated for several versions now and offers no value.