<s:if test='actionItem.delegate != null && !"".equals(actionItem.delegate)'>
<img src="<%=SysConfig.STATIC_SERVER_URL%>/img/delete.gif" title="Clear Delegate"/><span>Clear Delegate</span>
</s:if>
str != null && str.equals("")一定要先判断不为null,要不有时候就 抛出空指针
异常。