Hi there,
I wonder if it's to create a form bean with composition. I mean, assuming I have the following 2 classes:
AccountInformation ( fname, lname...)
CreditCard (number, type...)
I would like to know if I can create a form, registration, that is composed from AccountInformation and...