adding deleting page controller mapping in web.xml and other updates for page management

This commit is contained in:
hjkhjk54 2012-06-24 01:40:29 +00:00
parent 1f9f1f8781
commit b9dd44aaee
4 changed files with 16 additions and 3 deletions

View file

@ -63,6 +63,10 @@ var processInternalClassDataGetterContent = {
retrieveAdditionalLabelText:function(existingContentObject) {
return processClassGroupDataGetterContent.retrieveAdditionalLabelText(existingContentObject);
},
//Validation on form submit: Check to see that class group has been selected
validateFormSubmission: function(pageContentSection) {
return processClassGroupDataGetterContent.validateFormSubmission(pageContentSection);
}
}