adding deleting page controller mapping in web.xml and other updates for page management
This commit is contained in:
parent
1f9f1f8781
commit
b9dd44aaee
4 changed files with 16 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue