Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1.4, 1.1.5-SNAPSHOT
-
None
-
None
-
Linux, Tomcat-5.5.20, org.postgres.Driver jdbc3-8.1
Description
Hi,
I have a working application (myfaces-1.1.3.jar) that fills a CachedRowSet
and displays in a <h:dataTable>.
When replacing with myfaces-1.1.4 or myfaces-1.1.5-SNAPSHOT
(I tried with SNAPSHOT January1st, February 1st) the dataTable is empty,
no rows are rendered and no exceptions are thrown.
(Actually I have two applications in three different environments
which reproducible fail to render the table)
I am unsure whether this relates to TOMAHAWK-89,
but that refers to <t:dataTable>
Yours,
Steffen
Bean:
public CachedRowSet getRsdates(){
ResultSet d = null;
CachedRowSet crs = null;
try
catch (SQLException e)
{ // TODO Auto-generated catch block e.printStackTrace(); }
return crs;
}
*.jsp:
<h:dataTable value="#
" var="tupel" >
<h:column>
<h:outputText value="#
" />
</h:column>
</h:dataTable>
Attachments
Issue Links
- duplicates
-
MYFACES-3518 Datatable (h:dataTable) is not populated with data despite getAll() method returns ResultSet with table rows ( Using Tomcat 7 + MySQL 5.5 + mysql-connector-java-5.1.18 )
- Closed