The ISqlTableDataSource is closed prematurely
---------------------------------------------

         Key: TAPESTRY-295
         URL: http://issues.apache.org/jira/browse/TAPESTRY-295
     Project: Tapestry
        Type: Bug
  Components: Contrib  
    Versions: 3.0.3    
    Reporter: Patrick Luijs


The renderComponent(...) method in the ForEach class calls the hasNext() method 
directly after obtaining the next value. The ResultSetIterator will close the 
ResultSet when no more values are available. Because the resultset is closed 
before the last row is rendered it will contain only empty values. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to