Re: Passing a bean (out of an iteration) to an action

2007-03-15 Thread Laurie Harper
Balsi wrote: hi all, Wonder if you can help me on that one: I have an iteration over a collection of beans in my jsp site. I itererate on the list and generate a table with a row for each bean. The first attribute of the table is an index (its the primary key of the record in a database) now id

Passing a bean (out of an iteration) to an action

2007-03-14 Thread Balsi
hi all, Wonder if you can help me on that one: I have an iteration over a collection of beans in my jsp site. I itererate on the list and generate a table with a row for each bean. The first attribute of the table is an index (its the primary key of the record in a database) now id like to do th