%@ include file="taglib.jsp" %>
<% int seq = 0; String xstart = request.getParameter("start"); if (xstart != null && xstart.length() > 0) { seq = Integer.parseInt(xstart); }else { xstart = (String)request.getSession().getAttribute("start"); if (xstart != null && xstart.length() > 0){ seq = Integer.parseInt(xstart); } } %> ;url=<%=request.getContextPath()%>/login.do?action=logout" />
| ||||||||||||||||||