I need the JSP to create a table, a header, And then cells based on the input form of the index. So it would be as shown below. With each new row being computed from a loop where the limit, input from the user, is the number of rows it will go down.
<column1header><column2header>
<1> <1 computed>
<2> <2 computed>
<...> <............>
<limit> <limit computed>