I am getting this error ClassCastException: AccountFrame$AccountTransaction. What am I doing wrong?
Maulin Vasavada
Ranch Hand
Joined: Nov 04, 2001
Posts: 1865
posted
0
Hi Candy Try to know what object exactly you are getting in the vector as an element via, System.out.println(transact.elementAt(i).getClass().getName()); and then see if it is really of the type you are looking for. If not then what did cause it to be of different type... Regards Maulin