individualFieldRights = new HashMap();
}
} catch (Exception e) {
System.out.println("[Exception] ContactListEJB.getAllEntityList: " + e.toString());
e.printStackTrace();
throw new EJBException(e);
}
// Build the display List. This is really display layer type of stuff, and
// should eventually be moved to the struts layer. A simple 2D table object would
// really suffice and be more flexible for expansion.
Iterator it = entityCollection.iterator();