I am trying to grab more infromation on a record in the database depend
on the primary key which is the facilityKey....
facilityKey = facilityDAO.findByPrimaryKey(facility.getFacilityId());
System.out.println("Key" + facilityKey);
typeIdentifier =
facility.getFacilityType().getTypeIdentifier().equals(facilityKey); (I
get the error on this line, and not sure if i can use the equals methos
like this.....
Thanks
Anu
Anu - 22 Jun 2006 20:03 GMT
> I am trying to grab more infromation on a record in the database depend
> on the primary key which is the facilityKey....
[quoted text clipped - 8 lines]
> Thanks
> Anu
Sorry, I found the error....thanks
Anu - 22 Jun 2006 20:04 GMT
> I am trying to grab more infromation on a record in the database depend
> on the primary key which is the facilityKey....
[quoted text clipped - 8 lines]
> Thanks
> Anu
Found the error Thanks