Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== diff -u -r86c25c80d92701a94c3161575c76c363891402ad -r6a00057c1bd113919030bcd00ce1e3c7327c7b2e --- lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 86c25c80d92701a94c3161575c76c363891402ad) +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 6a00057c1bd113919030bcd00ce1e3c7327c7b2e) @@ -73,7 +73,13 @@ }; $('#newQuestionForm').ajaxSubmit(items); - } + }, + invalidHandler: formValidationInvalidHandler, + errorElement: "em", + errorPlacement: formValidationErrorPlacement, + success: formValidationSuccess, + highlight: formValidationHighlight, + unhighlight: formValidationUnhighlight }); //spinner @@ -102,56 +108,65 @@