Accessing a row in a table on a JSP page.

2007-10-02 Thread JohnLangan
I call the database and create an ArrayList of beans to hold the data. Using JSTL I iterate over the list to display the data in an html table inside a form in a JSP page. I can give each row a number using ${row.index} The last but one column is a Struts html:select that allows the user to se

Re: Accessing a row in a table on a JSP page.

2007-10-03 Thread JohnLangan
will ever be selected. John. JohnLangan wrote: > > I call the database and create an ArrayList of beans to hold the data. > Using JSTL I iterate over the list > to display the data in an html table inside a form in a JSP page. > > > > I can give each row a number usi