Administer > Service Request Catalog Customization Guide > Service Request Catalog customization > Configure the "Invalid or missing data is found in your request" error bar

Configure the "Invalid or missing data is found in your request" error bar

By default, a pink "Invalid or missing data is found in your request" error bar is displayed when you try to submit a request with invalid or missing data. The error bar is not cleared until you click the close message icon (x). However, it is possible to configure SRC so that the error bar is never displayed or is displayed for a set time only. To do this, follow these steps:

  1. Open the applicationContext.properties file, and then modify the src.ui.showErrorMessageBar property to the appropriate value:

    • -1 (or lower): The message bar is displayed until the user closes it
    • 0: The message bar is never displayed
    • 1 (or greater): The time (measured in seconds) for which the message bar is displayed. The message bar is closed after this time has elapsed.

    Note The default value is -1.

  2. Save and then close the file.

Note You must restart the SRC server in order for this customization to take effect.