Hi,
when I connect a ResultSet to a DataTable, I obtain this error:
javax.faces.FacesException: Not yet
implemented:javax.faces.model.ResultSetDataModel
these are the code fragments:
...bean.java
try {
rs1 = st.executeQuery("SELECT * FROM UTENTI"));
} catch(SQLException e) {
System.out.print(e.getMessage());
}
}
.....
index.jsf
<h:dataTable var="rows" value="#{mb.rs1}">
<h:column id="c1">
<h:outputText value="#{rows.COGNOMENOME}"/>
</h:column>
.....
ideas ?
thanks.
--
Francesco Consumi
Ufficio Sistemi informativi
Istituto degli Innocenti
Piazza SS.Annunziata, 12
50122 Firenze
consumi at istitutodeglinnocenti.it
Tel. +39 055 2037320
ICQ# 12516133