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

Test struts-logic Emptiness Tags

Test Type Correct Value Test Result
missing bean, no property attribute empty empty notEmpty
not-missing bean, no property attribute notEmpty empty notEmpty
null empty empty notEmpty
empty string empty empty notEmpty
non-empty string notEmpty empty notEmpty
empty collection empty empty notEmpty
non-empty collection notEmpty empty notEmpty
empty map empty empty notEmpty
non-empty map notEmpty empty notEmpty
unsupported object notEmpty empty notEmpty