Uiinfrastructure API Docs  
 

ErrorDisplayHelper.SetDisplaySeparatePageErrors Method 

This method sets whether or not this helper method will attempt to display errors that are configured to display on a separate page. This setting only applies to the full HTML display, not the simple GetFirstErrorText method.

public virtual void SetDisplaySeparatePageErrors(
   bool _bDisplaySeparatePageErrors
);

Parameters

_bDisplaySeparatePageErrors
whether or not this helper object should display errors that are configured to display on a separate page.

See Also

ErrorDisplayHelper Class | com.plumtree.uiinfrastructure.errordisplay Namespace