joerg 2004/03/13 04:52:09
Modified: src/blocks/forms/samples/forms form2_bind_bean.xml
Log:
removed old repeater row identity syntax
Revision Changes Path
1.4 +1 -3
cocoon-2.1/src/blocks/forms/samples/forms/form2_bind_bean.xml
Index: form2_bind_bean.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/forms/samples/forms/form2_bind_bean.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- form2_bind_bean.xml 13 Mar 2004 11:22:00 -0000 1.3
+++ form2_bind_bean.xml 13 Mar 2004 12:52:09 -0000 1.4
@@ -62,9 +62,7 @@
-->
<fb:repeater id="contacts"
parent-path="."
- row-path="contacts"
- unique-row-id="id"
- unique-path="@id">
+ row-path="contacts">
<fb:identity>
<!-- compare to xml-binding: the convertor is not needed here -->