bruno 2004/04/17 11:28:51
Modified: src/documentation/xdocs/userdocs/forms binding.xml
Log:
Added link to schema showing position of the binding framework in the whole
of Forms.
Revision Changes Path
1.2 +3 -0
cocoon-2.1/src/documentation/xdocs/userdocs/forms/binding.xml
Index: binding.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/forms/binding.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- binding.xml 14 Apr 2004 19:04:34 -0000 1.1
+++ binding.xml 17 Apr 2004 18:28:51 -0000 1.2
@@ -32,6 +32,9 @@
validated, you copy the data in the form back to the object. To avoid
having
to write actual code for this, a binding framework is available.</p>
+ <p>The same illustration as in the introduction,
+ but now extended with the binding, can be viewed <link
href="images/forms_schema_withbinding.png">here</link>.</p>
+
<p>The basic definition of a binding is as follows (if you don't know
Java, just ignore this):</p>
<source><![CDATA[public interface Binding {