Update of /var/cvs/applications/searchrelate/templates/list
In directory james.mmbase.org:/tmp/cvs-serv28900/list

Modified Files:
        create.jspx save.jspx 
Added Files:
        leavePage.jspx 
Log Message:
maintaining the 'sequence' number on the request is very hard to get correct 
when using this tag nested (so in the item of another one). This number is now 
maintained in the session, and reset on page leave.


See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates/list


leavePage.jspx is new



Index: create.jspx
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/list/create.jspx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- create.jspx 8 Aug 2008 15:51:00 -0000       1.8
+++ create.jspx 26 Sep 2008 13:40:42 -0000      1.9
@@ -15,7 +15,6 @@
   <mm:import externid="fields" />
   <mm:import externid="item" />
   <mm:import externid="precreate" />
-  <mm:import externid="mm_list_sequence" required="true" />
 
   <mm:cloud method="asis">
     <mm:node id="source" referid="source" />


Index: save.jspx
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/list/save.jspx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- save.jspx   31 Jul 2008 12:23:47 -0000      1.7
+++ save.jspx   26 Sep 2008 13:40:42 -0000      1.8
@@ -26,11 +26,12 @@
           <span class="status">
             <mm:valid inverse="true">
               <mm:log level="debug">Form not valid</mm:log>
-              Form not valid
+              <jsp:text>Form not valid</jsp:text>
             </mm:valid>
           </span>
         </mm:form>
       </mm:listnodes>
     </mm:listnodescontainer>
+
   </div>
 </mm:cloud>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to