Search code examples
oracle-apexoracle-apex-5

Oracle apex validation message


I have added two validations in my page for the items 'New Password' and 'Retype Password'. Error message display location is set at inline with field. But when validation executes I get an error message, displaying total errors in the page "2 error have occurred" at the top of the page. How can I hide this error message which is showing at top of the page: enter image description here


Solution

  • .t-Body-alert{
        visibility: hidden;
         height: 0px;
    }

    add the above code to CSS inline of the page, it will hide the total error displayed at the top of the page. Please note that this will hide your 'apex_aplication.g_print_success_message'