-
Oct 5th, 2009, 11:00 AM
#1
Bind to self-defined class in form
Hi folks,
I get one question regarding form filed binding.
Suppose I have two classes:
public class Address {
private String roadName;
// other fields and getter/setter
}
public class Order {
private String description;
private Address address;
// other fields and getter/setter
}
How do I bind Order class to a form in UI(I am using FreeMarker)? I am using SimpleFormController as controller. Or any other better design?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules