%@ taglib uri="/tags/struts-logic" prefix="logic" %>
Test Type | Correct Value | Test Result |
---|---|---|
missing bean, no property attribute | empty |
|
not-missing bean, no property attribute | notEmpty |
|
null | empty |
|
empty string | empty |
|
non-empty string | notEmpty |
|
empty collection | empty |
|
non-empty collection | notEmpty |
|
empty map | empty |
|
non-empty map | notEmpty |
|
unsupported object | notEmpty |
|