> I think I figured it out, you're supposed to call the manipulator's > prepare() method explicitly which in turn calls the fields' prepare > methods.
This works great, just add a manipulator.prepare(new_data) call into your boilerplate add / change views. However Admin doesn't seem to do this, are there any parameters you can pass it anywhere to get it to call prepare()? Thanks, foot