2007/6/18, Henrik Ekenberg <henrik(a)ekenberg.com>om>:
I use "post := self call: (Profile new
asComponent addValidatedForm;
yourself)." for insert data into my fields.
Works well.
But If I need to update the data I do not know how to do. :(
What do you mean by update? Do you mean you already have a model and
you want to have a form already filled with the information contained
in the model? If that's the case, try:
self call: (myProfile asComponent addValidatedForm; yourself).
--
Damien Cassou