Author: michiel
Date: 2010-03-04 12:52:14 +0100 (Thu, 04 Mar 2010)
New Revision: 41261

Modified:
   
mmbase/trunk/applications/searchrelate/src/main/webapp/mmbase/searchrelate/list/li.jspx
Log:
added some comments only

Modified: 
mmbase/trunk/applications/searchrelate/src/main/webapp/mmbase/searchrelate/list/li.jspx
===================================================================
--- 
mmbase/trunk/applications/searchrelate/src/main/webapp/mmbase/searchrelate/list/li.jspx
     2010-03-04 11:51:50 UTC (rev 41260)
+++ 
mmbase/trunk/applications/searchrelate/src/main/webapp/mmbase/searchrelate/list/li.jspx
     2010-03-04 11:52:14 UTC (rev 41261)
@@ -16,6 +16,7 @@
         id="node_${parameters.rid}_${_node}"
         class="${className}"
         xmlns="http://www.w3.org/1999/xhtml";>
+
       <mm:import id="fieldlistid">
         <jsp:text>${parameters.fieldlistidprefix}_</jsp:text>
         <mm:escape escape="identifier">${_node}</mm:escape>
@@ -30,7 +31,10 @@
         </c:when>
         <c:otherwise>
           <mm:import id="formtagid">${parameters.rid}_node${_node}_<mm:time 
time="now" /></mm:import>
-          <mm:form name="${formtagid}" jspvar="form" commitonclose="false">
+          <!-- The actual formtag id is not so important, the transaction will 
be cancelled immediately
+               In autosubmit mode a new transaction is created in save.jspx 
(which _is_ submitted)
+          -->
+          <mm:form name="${formtagid}" commitonclose="false">
             <mm:include debug="html"
                         page="${parameters.item}"
                         referids="rid,fieldlistid">

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

Reply via email to