I have a tabular form that provides default values when a row is added. When the user clicks to apply the changes with all of the defaults 0 rows are inserted into the table. If the user changes one value then the row is inserted. It appears that validations are not checked because APEX thinks that the added row is empty.
How can I allow the added row to be processed when changes are not recognized, or how can I check for this scenario when the user clicks to apply changes.
Thanks!