|
 |
Out-of-the-box Browser Validation (Required, Date-Picker, Numeric) |
|
 |
|
Instruction
- Remove the values of the required fields.
- You will immediately get an inline error message when you leave the field! No server round trip, everything done in the browser.
- Also handles Lov null value => eg - select job -
- When you leave the field and correct the error later, the error is removed.
- Enter invalid values (eg which doesn't comply to the format mask) for the Hire Date or the Salary.
- Invalid date or number values are checked against the format mask and a correct example is displayed.
- It's not necessary to enter the currency symbol, group seperators or decimal digits, they will automatically be added.
- Or enter a Hire Date in the future.
- The page isn't submitted as long as there are required fields or invalid values in date picker/number fields.
- To validate the Hire Date you have to click "Apply Changes", because it's a server side check, but as you can see it's seamlessly integrated as inline error message, without re-rendering the page.
- Check out the cascading lov between department and manager.
- To compare the results, try an APEX standard tabular form.
Integreate it!
Read the How-To posting for instructions how to integrate it into your application. |
|
 |
|
 |
 |
|