New row with default values in tabular form does not get saved on submit
589826Nov 8 2008 — edited Nov 16 2008Hi,
I have created a tabular form using the form wizard. I have created PL/SQL functions for default values for the attributes. These default values show up nicely when clicking "Add row". Most of the times the default values are ok, so I just want to hit "Submit" and get the data saved. But when I click "Submit" the new row disappears! If some of the data in the row is changed, the row gets saved in the database as intended.
Clicking "Add row" twice (without changing any data in the row created by the first click) works in a similar (wrong) way - the first row disappears and a new row appears with new default values. I would expect two rows to be added when clicking "Add row" twice.
(I am using apex 3.1.2, example here: http://apex.oracle.com/pls/otn/f?p=55337)
Any ideas?
Thanks,
Peter