NIHVIVO-1498 change in listModels.jsp to correct the nullpointerexception bug.
This commit is contained in:
parent
39818e7489
commit
a420b6261a
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ function init(){
|
|||
<%
|
||||
|
||||
ModelMaker maker = (ModelMaker) request.getSession().getAttribute("vitroJenaModelMaker");
|
||||
getServletContext().setAttribute("vitroJenaModelMaker",maker);
|
||||
if (maker == null) {
|
||||
maker = (ModelMaker) getServletContext().getAttribute("vitroJenaModelMaker");
|
||||
getServletContext().setAttribute("vitroJenaModelMaker",maker);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue