On 17.04.2004 22:13, Mark Lundquist wrote:

Here's what I'm unclear on, and maybe someone can help with this...

Repeaters appear to use an event handler model for insertions/deletions. Do these handlers operate on the model bean itself, or on a shallow copy of the model bean? If they operate on the model bean itself, that's bad, because nothing should touch the model bean until you call form.save().

They operate on the form model. Have a look into repeater's save method. You will find the iterations for inserts, updates and deletes.


Joerg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to