Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
I haven't a clue what git is trying to do. I kind of miss svn at this point.
This commit is contained in:
commit
11a83c4c1c
17 changed files with 35 additions and 278 deletions
|
@ -38,9 +38,6 @@
|
|||
if (request.getAttribute("css") == null){
|
||||
e+="basicPage.jsp expects that request parameter 'css' be set to css to include in page.\n";
|
||||
}
|
||||
if( request.getAttribute("appBean") == null){
|
||||
e+="basicPage.jsp expects that request attribute 'appBean' be set.\n";
|
||||
}
|
||||
if( e.length() > 0 ){
|
||||
throw new JspException(e);
|
||||
}
|
||||
|
|
|
@ -31,9 +31,6 @@
|
|||
if (request.getAttribute("css") == null){
|
||||
e+="basicPage.jsp expects that request parameter 'css' be set to css to include in page.\n";
|
||||
}
|
||||
if( request.getAttribute("appBean") == null){
|
||||
e+="basicPage.jsp expects that request attribute 'appBean' be set.\n";
|
||||
}
|
||||
if( e.length() > 0 ){
|
||||
throw new JspException(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue