On 01.12.2004 08:46, [EMAIL PROTECTED] wrote:
<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" ?
Of course. Sorry.
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.
Of course. That's what fd:output and direction="load" in the binding ensure.
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. ;-)
:-)
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
