adding jsp to generator map so all old jsp will now redirect to generators
This commit is contained in:
parent
0ecd02f04e
commit
9f6bbf89b6
2 changed files with 39 additions and 37 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue