Hi,
I have an architecture question about saving several forms together.
lets say I have a panel which contains 3 tabs inside it and each tab contains configuration parameters that the user can change.
after the user changed what he wants he clicks on the Save button and then I would like to submit all the changes to the server side.
at the end of the chain I need to submit to my java server one Object which contains 3 other objects that represent the data of each tab (1 object for tab).
what is the correct way to do this with Ext.Direct?
thanks,
Lee