magritte :: values during updates.

Damien Cassou damien.cassou at gmail.com
Mon Jun 18 22:58:59 MEST 2007


2007/6/18, Henrik Ekenberg <henrik at ekenberg.com>:
> 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


More information about the smallwiki mailing list