NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean.
This commit is contained in:
parent
c4488e0366
commit
18de61ca20
10 changed files with 19 additions and 27 deletions
|
@ -12,7 +12,6 @@ String headerStr = (String)request.getAttribute("header");
|
|||
if ( headerStr == null || (!headerStr.equalsIgnoreCase("noheader")) ) { %>
|
||||
<% } %>
|
||||
<jsp:useBean id="results" class="java.util.ArrayList" scope="request" />
|
||||
<jsp:useBean id="loginHandler" class="edu.cornell.mannlib.vedit.beans.LoginFormBean" scope="session"/>
|
||||
<%
|
||||
int rows = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue