An Iterative Element
<%@ taglib uri="selectlib.tld" prefix="test" %>
<html><head></head><body>
<table border cellspacing=0 cellpadding=5>
<td>Login id</td> <td>Last name</td> . . . <td>Dept</td>
<test:select session="dbs" columns="*" table="it1fall00">
<td> <test:field column="1"/> </td>
<td> <test:field column="2"/> </td>
<td> <test:field column="3"/> </td>
<td> <test:field column="4"/> </td>
<td> <test:field column="5"/> </td>