This method stores all data entered by users to controls on this page. It does so by looping through the registered component mangers and asking them to save themselves. (The component managers, in turn, loop through the components and ask them to save themselves. The order in which the save is called is the same as the order in which the component managers were registered.
PageMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace