Update of /var/cvs/contributions/natmm/templates/nmintra
In directory james.mmbase.org:/tmp/cvs-serv13717/templates/nmintra

Modified Files:
        bestelformulier.jsp 
Log Message:
NMCMS-605 added random number to url to trick browser in refreshing the page 
and not skip struts init action if changing the orderform


See also: http://cvs.mmbase.org/viewcvs/contributions/natmm/templates/nmintra
See also: http://www.mmbase.org/jira/browse/NMCMS-605


Index: bestelformulier.jsp
===================================================================
RCS file: /var/cvs/contributions/natmm/templates/nmintra/bestelformulier.jsp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- bestelformulier.jsp 2 Oct 2008 15:13:57 -0000       1.28
+++ bestelformulier.jsp 10 Nov 2008 16:43:53 -0000      1.29
@@ -1,3 +1,4 @@
+<%@ page buffer="1000kb" autoFlush="false" %> 
 <[EMAIL PROTECTED] file="/taglibs.jsp" %>
 <mm:cloud jspvar="cloud">
    <[EMAIL PROTECTED] file="includes/templateheader.jsp" %>
@@ -244,7 +245,7 @@
                <td class="vastgoed_light"><%= item.getAantal()%></td>
                <td class="vastgoed_light"><%= 
item.getGevouwenOfOpgerold()%></td>
                <td>
-                  <%String updateLink = "/nmintra/KaartenInitAction.eb" + 
rubriekParams; %>
+                  <% String updateLink = "/nmintra/KaartenInitAction.eb" + 
rubriekParams + "&randNr=" + java.lang.Math.random(); %>
                   <html:link 
                      page="<%=updateLink%>" 
                      paramId="number" paramName="i">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to