I just wondered how people were approaching this situation. It\'s something that seems like a weak point in my usage of MVC with ORMs (NHibernate in this case)...
What if you have full model but each page uses and updates only the required part? Then you update the business model using complete view data at the last page.