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

2007-10-03 Thread JohnLangan
for the action to know in which row the button > was pressed? Apart from the html:select dropdown all the other values > required for the action are hidden values. > > Thanks in advance for any help with this. > > John. > -- View this message in context: http://www.nabble

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

2007-10-03 Thread Rick Reumann
On 10/2/07, JohnLangan <[EMAIL PROTECTED]> 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 using ${row.index} > > The las

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

2007-10-03 Thread Nikhil Walvekar
was > pressed? Apart from the html:select dropdown all the other values required > for the action are hidden values. > > Thanks in advance for any help with this. > > John. > -- > View this message in context: > http://www.nabble.com/Accessing-a-row-in-a-ta

Accessing a row in a table on a JSP page.

2007-10-02 Thread JohnLangan
hidden values. Thanks in advance for any help with this. John. -- View this message in context: http://www.nabble.com/Accessing-a-row-in-a-table-on-a-JSP-page.-tf4555354.html#a13000517 Sent from the Struts - User mailing list archive at Nabble.com