-
- <%@ include file="/common/messages.jsp"%>
+ <%-- For some reason Spring MVC consumes this first form and only renders the second one.
+ If this redundant form is removed, the other one would be consumed, so this one needs to stay --%>
+
+
+ <%@ include file="/common/messages.jsp"%>
-
Index: lams_tool_notebook/web/pages/authoring/authoring.jsp
===================================================================
diff -u -r749b841adf6115016059d15ddfa58aee5b11e26d -rb55462c1bed962dba08744bf8ceac6594c3462f2
--- lams_tool_notebook/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision 749b841adf6115016059d15ddfa58aee5b11e26d)
+++ lams_tool_notebook/web/pages/authoring/authoring.jsp (.../authoring.jsp) (revision b55462c1bed962dba08744bf8ceac6594c3462f2)
@@ -8,7 +8,7 @@
-
+
Index: lams_tool_notebook/web/pages/authoring/conditions.jsp
===================================================================
diff -u -r749b841adf6115016059d15ddfa58aee5b11e26d -rb55462c1bed962dba08744bf8ceac6594c3462f2
--- lams_tool_notebook/web/pages/authoring/conditions.jsp (.../conditions.jsp) (revision 749b841adf6115016059d15ddfa58aee5b11e26d)
+++ lams_tool_notebook/web/pages/authoring/conditions.jsp (.../conditions.jsp) (revision b55462c1bed962dba08744bf8ceac6594c3462f2)
@@ -13,26 +13,26 @@
}
function editCondition(orderId,sessionMapID){
- var url = ""
+ var url = ""
+ orderId + "&sessionMapID=" + sessionMapID;
showConditionMessage(url);
}
function deleteCondition(orderId, sessionMapID){
- $("#conditionsArea").load("",{
+ $("#conditionsArea").load("",{
'orderId' : orderId,
'sessionMapID' : sessionMapID
});
}
function upCondition(orderId,sessionMapID){
- $("#conditionsArea").load("",{
+ $("#conditionsArea").load("",{
'orderId' : orderId,
'sessionMapID' : sessionMapID
});
}
function downCondition(orderId,sessionMapID){
- $("#conditionsArea").load("",{
+ $("#conditionsArea").load("",{
'orderId' : orderId,
'sessionMapID' : sessionMapID
});
@@ -54,7 +54,7 @@
-
+ <%-- For some reason Spring MVC consumes this first form and only renders the second one.
+ If this redundant form is removed, the other one would be consumed, so this one needs to stay --%>
+
+
<%@ include file="/common/messages.jsp"%>