<%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> Test struts-logic Presence Tags

Test struts-logic Presence Tags

<% if (request.isRequestedSessionIdFromCookie()) { %> <% } else { %> <% } %>
Test Type Correct Value Test Result
Bean present present notPresent
Bean notPresent present notPresent
CookiepresentnotPresent present notPresent
Cookie notPresent present notPresent
Header present present notPresent
Header notPresent present notPresent
Parameter present present notPresent
Parameter notPresent present notPresent
Property present present notPresent
Property notPresent present notPresent