hello,
I have a jsp that displays all buildings like :
name Address1 County Postcode ID
When I click on the row ( A HREF ) I want to pass the ID to a servlet.
at the moment, I can pass the ID, but not the correct one.
(only passes the first one in the list)
can anyone give any advice ?
many thanks.
I have a jsp that displays all buildings like :
name Address1 County Postcode ID
When I click on the row ( A HREF ) I want to pass the ID to a servlet.
at the moment, I can pass the ID, but not the correct one.
(only passes the first one in the list)
can anyone give any advice ?
many thanks.