jsp中的struts标签用于设置正确的属性

时间:2017-02-07 06:18:17

标签: jsp struts2 struts-tags

使用它时我无法使用属性标签它打印#rowstatus.index但是我需要它不显示为标签

<s:property id="domainName_" value="#rowstatus.index"/><s:property value="domainName" />

“11” ENTITY_TYPE

这个if语句给我正确的属性

<s:if test="%{#request.documentationLink != null}">
<a href="<s:property value="#request.documentationLink"/>"target="_blank"
id="domainName_<s:property value="#rowstatus.index"/>"><s:property value="domainName" /></a>
</s:if>

1 个答案:

答案 0 :(得分:2)

<span id="domainName_<s:property value="#rowstatus.index"/>">
  <s:property value="domainName" />
</span>

使用span代替