Map CMP bean to two tables
Hi,
I have two tables.
Customer table (CustId, Name, Address, StatusId)
CustomerStatusCodes table (StatusID, StatusDesc)
and I have a CMP for Customer.
It has these attributes.
custId,name,address, statusId,statusDesc
How can I map customer CMP to both these tables.
Thanking You,
Chamal.

