Hi,
I have a method ejbFindByEmployeeName(
String ename)in my bean. Here i am executing a query based on the name and creating a primary key for each record and adding it to the collection and returning it to the client. Now at the client side i am iterating over the collection and getting the remote component for each.
The problem is now i get only one record two times. I am unable to get the second record. Only the first one is being returned twice.
Please someone suggest me a solution.
Thanks and Regards,
Venkat Dasari