Hello Lukas,
I found that MAInternalEditorComponent is doing this
renderEditorOn: html
super renderEditorOn: html.
html hiddenInput callback: [ self component commit ]
Am I correct in thinking that this means that the commit to the model is
occurring every time the form submits? I thought that the commit should
be to the memento, when validation etc has passed.
Keith