Hi:

Is it possible to ask the beaneditform to display the fields for an object with 
nested object?  For example:  I have a customer class with address field as an 
object:

public class Customer {

    private String firstName;
    private String lastName;
    private Address address;

}

public class Address {

    private String address1;
    private String address2;
    private String city;
    private String state;
    private String zip;

}

How to get the beaneditform to work with this?
thanks for any help.

Nav
_________________________________________________________________
Save time by using Hotmail to access your other email accounts.
http://clk.atdmt.com/UKM/go/167688463/direct/01/

Reply via email to