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') }); }