我有下面的dataList顯示圖像與分頁,每次顯示一個圖像。我希望能夠知道/檢索當我點擊我的p:commandButton時顯示的圖像,以便我可以在我的actionListener方法(bookmarkletBean.update)中訪問它。這裏的任何想法?Primefaces檢索DataList或DataGrid的值
<p:dataList value="#{bookmarkletBean.imageURLs}" var="img"
paginator="true" rows="1" effectSpeed="fast" pageLinks="4"
paginatorTemplate="{FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink}" paginatorPosition="bottom">
<p:column>
<p:graphicImage value="#{img}" width="200" height="110"/>
</p:column>
</p:dataList>
<p:commandButton styleClass="form-btn1" value="#{bundle['save.button.TEXT']}"
actionListener="#{bookmarkletBean.update}" oncomplete="bookmarkletAddedDlg.show()" />
那麼顯然格式化後更容易和增強的讀數不值得了? – camiloqp 2011-03-22 21:50:13