> > <fb:repeater id="appointments" parent-path="." > > row-path="lists/appointments"> > > <fb:identity> > > <fb:value id="ID" path="id"/> > > Additionally I have added direction="save" to my ID fields,
?? Shouldn't this be direction="load" ? > so that they > can not even overwritten in flowscript. On the beans > themselves I do not > even have a setter for id, as only the database sets the id > and nobody > should manipulate them. True. But the binding framework uses the identity to distinguish between "old" and "new" rows. Which means the identity should be preserved. Ha, I was under the impression that <fd:output ...> and <fd:field ...><fd:styling type=output/>... were different notations for the same, i.e. true synonyms. Time to update the CForms documentation. ;-) Bye, Helma --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
