You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by an...@polaris.co.in on 2002/03/04 05:36:37 UTC

ResultSet Nested Tags

Hi,

       While using Nested Tags


   <sql:resultset  id ="resultset object">
          <sql:getcolumn position="1">
          <sql:getcolumn position="2">
</sql:resultset>

Employee Table
------------------------------------------

Empno Employeename
23           Nelson
24           Samuel
25           George


Suppose my resultset object is obtained from this   "select
Empno,Employeename from Employee"

I am able to retrieve only the First Row values.

How to retrieve all  the values from  the resultset.

Kindly help me in this regard.

Regards
anushaa.j