我有下面的 Struts 2 标签,我需要检查属性value="#attr.row.Commentaire
是否为空,如果不是,则显示一个小图标,用户可以单击它并查阅属性的内容value="#attr.row.Commentaire
。
我怎样才能<s:if>
有效地使用 Struts 2 的标签来做到这一点?
<display:column title="Commentaire" sortable="true" sortProperty="Commentaire"
class="alerte_td_commentaire">
<s:property value="#attr.row.Commentaire"/>