当我从 struts 标签中引用显示标签引用时,我收到错误消息。
<display:table name="lstEntities" uid="prty">
<display:column property="propertyType.propertyTypeName"
titleKey="common.propertytype" />
<display:column property="propertyName" titleKey="common.property" />
<display:column titleKey="common.concern" >
<s:select list="${prty.propertyConcern}" listKey="prtyCrnId" listValue="concern.concernText"></s:select>
</display:column>
</display:table>
错误:
Custom tag attribute list cannot be runtime expression. value: "[${prty.propertyConcern}]"
请帮我。如何解决这个问题。