Since we can compose a single view from a main view + a partial view (e.g. using RenderAction, specifying a child controller), is it possible for input rendered by the child action to be directed to the child controller while input rendered by the main view is directed to main view controller? At first, it seems odd to post data to two action methods, but it's consistent with the composite nature of using partial views at all.
Is this possible or practical?