Hi, I have a bean Customer:
class Customer{
pribate Address address;
// getter and setter omitted
}
Address is defined like that:
class Address{
private String line1;
private String line2;
...
// getter and setter omitted
}
How can I make the BeanEditForm component include the properties of Address?
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
