Re: HashMap and updates

2008-03-25 Thread Laurie Harper
Kalpesh Modi wrote: Hi, I am having a problem in updates. I have a base class Employee.java. I have subclasses HourlyEmployee.java, ContractEmployee.java, FullTimeEmployee.java. I display these three types of employees under 3 tabs on my JSP. I create 3 lists for each type of employees and put

HashMap and updates

2008-03-25 Thread Kalpesh Modi
Hi, I am having a problem in updates. I have a base class Employee.java. I have subclasses HourlyEmployee.java, ContractEmployee.java, FullTimeEmployee.java. I display these three types of employees under 3 tabs on my JSP. I create 3 lists for each type of employees and put these lists in a Hash