Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== diff -u -rd6c28c7fcbcd442f5499497128ab6c9ae7f8dae2 -r2f9a65bc4981d91b9bc37f5470177dddd687c1b7 --- lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision d6c28c7fcbcd442f5499497128ab6c9ae7f8dae2) +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp (.../editQuestionBox.jsp) (revision 2f9a65bc4981d91b9bc37f5470177dddd687c1b7) @@ -18,7 +18,9 @@ $(this).val(value); }); + $.ajaxSetup({ cache: true }); $('#newQuestionForm').ajaxSubmit({ + cache: true, target: $('#candidateArea') }); } Index: lams_tool_lamc/web/authoring/newQuestionBox.jsp =================================================================== diff -u -r00937d78dacc0993260d5ed7b39e4376e432cf45 -r2f9a65bc4981d91b9bc37f5470177dddd687c1b7 --- lams_tool_lamc/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 00937d78dacc0993260d5ed7b39e4376e432cf45) +++ lams_tool_lamc/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 2f9a65bc4981d91b9bc37f5470177dddd687c1b7) @@ -18,7 +18,9 @@ $(this).val(value); }); + $.ajaxSetup({ cache: true }); $('#newQuestionForm').ajaxSubmit({ + cache: true, target: $('#candidateArea') }); }