當我從struts標籤引用顯示標籤引用時出現錯誤。顯示標籤內的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}]"
請幫助我。如何解決這個問題。