-
17 Aug 2011 6:31 AM #1
Can you back a FormPanel with multiple model instances?
Can you back a FormPanel with multiple model instances?
Say I've got a Contact model that has fields as follows:
And a Household that has fields:Code:fields: [ 'id', 'firstName', 'lastName' ]
Can I load both of these models into a single FormPanel that has fields for all of these? If not, what would be the preferred method of dealing with forms that have fields from multiple models?Code:fields: [ 'id', 'street', 'phone', 'email' ]


Reply With Quote