Index: lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp
===================================================================
diff -u -r658034e7f07579dd682db62112b9353b3a0d3f65 -r7ea9b852e5fe8dc5688f983f162064d862f147de
--- lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision 658034e7f07579dd682db62112b9353b3a0d3f65)
+++ lams_tool_laqa/web/learning/RevisitedLearnerRep.jsp (.../RevisitedLearnerRep.jsp) (revision 7ea9b852e5fe8dc5688f983f162064d862f147de)
@@ -76,7 +76,7 @@
$(".tablesorter").each(function() {
$(this).tablesorterPager({
savePages: false,
- ajaxUrl : "?method=getResponses&page={page}&size={size}&{sortList:column}&isAllowRateAnswers=${qaContent.allowRateAnswers}&isAllowRichEditor=${qaContent.allowRichEditor}&qaContentId=${qaContent.qaContentId}&qaSessionId=" + $("#toolSessionID").val() + "&questionUid=" + $(this).attr('data-question-uid') + "&userId=" + $("#userID").val() + "&reqID=" + (new Date()).getTime(),
+ ajaxUrl : "?{page}&size={size}&{sortList:column}&isAllowRateAnswers=${qaContent.allowRateAnswers}&isAllowRichEditor=${qaContent.allowRichEditor}&qaContentId=${qaContent.qaContentId}&qaSessionId=" + $("#toolSessionID").val() + "&questionUid=" + $(this).attr('data-question-uid') + "&userId=" + $("#userID").val() + "&reqID=" + (new Date()).getTime(),
ajaxProcessing: function (data) {
if (data && data.hasOwnProperty('rows')) {
var rows = [],
@@ -234,8 +234,8 @@
function submitMethod(actionMethod) {
$('.btn').prop('disabled', true);
- document.QaLearningForm.method.value=actionMethod;
- document.QaLearningForm.submit();
+ document.learningForm.action=actionMethod+".do";
+ document.learningForm.submit();
}
@@ -351,7 +351,7 @@
-
@@ -427,14 +427,14 @@
-
+
-
+
-
@@ -465,8 +465,7 @@
-
-
+