adding jsp to generator map so all old jsp will now redirect to generators

This commit is contained in:
briancaruso 2011-11-14 22:26:58 +00:00
parent 0ecd02f04e
commit 9f6bbf89b6
2 changed files with 39 additions and 37 deletions

View file

@ -348,8 +348,7 @@ public class EditRequestDispatchController extends FreemarkerHttpServlet {
}
if(EditConfigurationVTwoGenerator == null){
log.error("could not find EditConfigurationVTwoGenerator " + editConfGeneratorName);
return null;
throw new Error("Could not find EditConfigurationVTwoGenerator " + editConfGeneratorName);
} else {
return EditConfigurationVTwoGenerator.getEditConfiguration(vreq, session);
}