struts2标签判断集合是否为空
<s:if test="cyhDocuments==null || cyhDocuments.isEmpty()"> 为空</s:if><s:else> 不为空</s:else>
?