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

@ -295,7 +295,9 @@
<c:set var="submitLabel" value="Create position" />
<% }
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/customFormTwoStep.js"
));
request.setAttribute("customJs", customJs);