<%@ page import="pub.servlets.Login" %> <%@ page import="pub.utils.*" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <% String return_url = StringUtils.getSelfUrl2(request); if (return_url == null) { /** This shouldn't happen! We should raise some warning. **/ } %> <% if (Login.getUserId(request) == null) { %> <% } %>