I write litte wizard, which update data in database. To manipulate data I use ActiveRecord. My problem is that to save data to database I have to change data in form. But I would like that as it will not change the data to go to the next stage. I tried to change isNewRecord to true, method save to update but it does not help.
So for instance on the form if you press "submit" without changing any of the data, the save() returns false? I believe this is a bug that was fixed in the SVN