Thanks
alot Rob for your reply.
Sorry but i did not understand how exactly I should get that selected record for passing it to method. I am able to get the selected row, but I am unable to get its primary key of the record as it is not visible in table.
Could you please throw some more light on the method you are talking about. I'd be very much thankful if you give some example.
I'll try to explain the problem some more.
I have a table in database called actor
In this table, I am displaying only First_Name and Last_Name in JTable. I want to get an Entity bean object of Actor for selected record.