Dear all
I would like to ask you all that how can i bind 2 command classes in one JSP page. I do have Model that contains
Code:class Model{ private String name; private Address address; .. some get & set }so how can i config or use spring to bind them if i use one JSP to collect data,Code:class Address{ private String no; private String street; .. some get & set }
Regards
Roofimon


Reply With Quote