Add custom form utils mixin to forms for educational background and position history.

This commit is contained in:
rjy7 2010-06-14 20:06:53 +00:00
parent cc480a3961
commit ab3e088cdf
5 changed files with 23 additions and 33 deletions

View file

@ -364,7 +364,9 @@ the org type still gets asserted. --%>
<c:set var="submitLabel" value="Create New Educational Background" />
<% }
List<String> customJs = new ArrayList<String>(Arrays.asList("/edit/forms/js/customForm.js"
List<String> customJs = new ArrayList<String>(Arrays.asList("/js/utils.js",
"/js/customFormUtils.js",
"/edit/forms/js/customForm.js"
//, "/edit/forms/js/customFormOneStep.js"
));
request.setAttribute("customJs", customJs);