Everything is made in the same controller... I had move everything into model too... I am really mystified! I have no idea why is my computed field won't compute on update. It seems to have all the fields needed and the proper type...
Is there a way to get Row object passing by the form when accepted to see if it contains all the field values my compute function needs? Thanks. Richard On Tue, Jan 3, 2012 at 4:31 PM, howesc <[email protected]> wrote: > if the compute is defined (and attached to the field) in the same > controller as the update is being called it should be fine. if the compute > is defined in a different controller there might be problems. >

