<%@ taglib uri="struts-bean.tld" prefix="bean" %> <%@ taglib uri="struts-html.tld" prefix="html" %> <%@ taglib uri="struts-logic.tld" prefix="logic" %> <%@ taglib uri="struts-nested.tld" prefix="nested" %> <%@ taglib uri="taglibs-string-edit.tld" prefix="str" %> BTN- UNIVERSITAS <% // bila request login.jsp request.getUserPrincipal(); if(request.getUserPrincipal()!= null) { response.sendRedirect("login.do"); } %>

 

 

 

<%/**/%>
LOGIN PAGE
User ID :
Password :
   

Invalid user name or password.

Please enter a user name or password

that is authorized to access this application.


v.1.0.383