Hi,
i created a modal dialog page with a save button which triggers on click the following dynamic actions:
1. Submit Page → do the validation
2. Execute Server-side Code (PL/SQL) → insert data into database
3. Close Dialog → close dialog and return an item to the parent page
All works fine but at the first dynamic action ‘Submit Page’ i expect the validation is to be done and the further actions (2. and 3.) have not to be executed when the validation fails. This behavior as i expect doesn't work. How can i achieve it?
Many thanks in advance.
Regards,
Martin