-1
我正在讀取bean對象的所有列表,我想在顯示標籤庫的顯示標籤列之間顯示圖像。我能怎麼做? 另外我想在顯示標籤庫之間使用Struts標籤庫。我這樣做了,但輸出沒有顯示。如何在顯示標籤庫之間顯示圖像?
我正在讀取bean對象的所有列表,我想在顯示標籤庫的顯示標籤列之間顯示圖像。我能怎麼做? 另外我想在顯示標籤庫之間使用Struts標籤庫。我這樣做了,但輸出沒有顯示。如何在顯示標籤庫之間顯示圖像?
<display:table export="true" sort="list" id="productTable" name="products" pagesize="3"
cellpadding="5px" cellspacing="5px" style="margin-top:20px;">
<display:column title="Product Image" media="html">
<img alt="<s:property value="#attr.productTable.productName"/>" src="../uploaded_images/<s:property value="#attr.productTable.productImagesFileName"/>" >
</display:column>
</display:table>
你能給我理由給予否定嗎? - 如果你想使用顯示標籤庫來解決這個問題,這個問題是正確的。我已經解決了我的問題。如果你不明白這個問題,那麼你可以要求發表評論。 –