<%= label %>
%-- Document : index Created on : Aug 1, 2018, 4:12:05 PM Author : JOSSY --%> <%@page contentType="text/html" pageEncoding="UTF-8"%>
<% String portal = (String)request.getAttribute("portal"); if(portal == null){ portal = ""; }else{ portal = "glwhm/"; } String msg = (String) request.getAttribute("msg"); String label = ""; if(msg == null){ label = "Please login to continue"; }else { label = msg; } %>