Author: michiel
Date: 2009-08-13 13:43:11 +0200 (Thu, 13 Aug 2009)
New Revision: 37778

Modified:
   
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/mmform-relatednodes.jspx
Log:
added remarks

Modified: 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/mmform-relatednodes.jspx
===================================================================
--- 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/mmform-relatednodes.jspx
      2009-08-13 11:16:36 UTC (rev 37777)
+++ 
mmbase/trunk/applications/searchrelate/example-webapp/src/main/webapp/mmform-relatednodes.jspx
      2009-08-13 11:43:11 UTC (rev 37778)
@@ -1,3 +1,4 @@
+<?xml version="1.0" ?>
 <html
     xmlns="http://www.w3.org/1999/xhtml";
     xml:lang="en"
@@ -70,7 +71,7 @@
           </mm:valid>
 
 
-
+          <h2>Debugging</h2>
           <c:set value="${requestScope['org.mmbase.transaction'].nodes}" 
var="tn"  />
           <p>Number of nodes in transaction: ${fn:length(tn)}</p>
           <mm:listnodes referid="tn" commitonclose="false">
@@ -78,6 +79,18 @@
           </mm:listnodes>
 
         </mm:form>
+        <hr />
+        <h2>Remarks</h2>
+        <p>During typing, and when leaving or reloading the page, the data is 
implicitely saved
+        <em>in the transaction</em>. So only when actually pushing on 'submit' 
the data is saved to
+        the database, but in the mean time the data keep existing. <em>Even if 
you leave the
+        page</em>.</p>
+        <h3>TODO</h3>
+        <ul>
+          <li>Since <em>new</em> nodes are not yet in the query-result, they 
cannot be edited, and disapper on reload.</li>
+          <li>This is also valid, but inversely, for <em>deleted</em> nodes 
and relations. They still are in de query result.</li>
+          <li>'Sortable' is not yet saved.</li>
+        </ul>
 
       </body>
     </mm:cloud>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to