Hi all..
Apex Version: 4.1
Database: 11g
Please help me with the following question.
If we have a "validation" on a page..
Ex: if salary > 3000 Show a validation message in the "Notification area".
If we hit a button the page will get processed and shows the
message in the notification window.
Is that possible to have the same functionality ""without submitting the page""?
I mean.. with javascript or jquery, and with ""onblur"" event, if the user
enter salary > 3000 then ""dynamically show that notification message and area(using jquery)""
If we have multiple errors, we need to ""list"" in the same way as it does with ""SUBMIT"".
I am trying ""not to SUBMIT"" ,the page but get the same functionality with javascipt.
Thanks