> My problem is that I have a table in which every row is a object of a
> formbean and has checkbox on the left which is a column of the table.
So

Then each row is identified somehow (indexed?). Each row will need to
have 
that checkbox named (property) exactly the same way on each row, but you
can assign a different value (suppose index value) to the checkbox of
different row. Your form that accepts values from html request will need
to have String [] property that will be filled with indexes of checked
rows upon submission.

Alex.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to