Uiinfrastructure API Docs  
 

PageMgr.StoreAllUserInput Method 

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.

public virtual int StoreAllUserInput(
   XPHashtable _htRequestParameters
);

Parameters

_htRequestParameters
A hashtable of the request parameters.

See Also

PageMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace