If I'm understanding you correctly, that is exactly how I'm doing it. I'm using two forms inside a single zone. If warnings exist when form 1 is submitted, I persist the timesheet object and show form 2 in a modal box. When form 2 is submitted assuming no errors, I'm returning the onSuccess method of form 1 and from the form 2's onSuccess method. I'm then setting the timesheet object with the previously persisted object followed by a save. Would you persist the object before showing form 2?
I could be wrong, but I'm getting my new timesheet object / existing timesheet object with onActivate. onActivate is called by both forms and I'm wondering if that might be the cause of my "a different object with the same identifier value was already associated with the session" error. On Mon, Mar 17, 2014 at 12:19 PM, Lance Java <lance.j...@googlemail.com>wrote: > Have you considered having 2 forms? > If form1 succeeds without warnings, the save happens > > If form1 submits with warnings, form2 is shown (fields are hidden / > disabled). Form2 does not check for warnings when it is saved. > -- George Christman www.CarDaddy.com P.O. Box 735 Johnstown, New York