Hi
I am using JDev 11.1.2.1
I have a popup to insert information of a new invoice. Within this dialog I have an af:inputFile to attach a PDF.
We detect that when the user accepts the dialog without any information in the fields and accepts the validator errors, then when the user tries to insert the PDF, the popup is closed unexpectedly. The af:inputFile lets to browse filesystem and select PDF, but when clicks 'select' the popup dissapears. Not commit or rollback is executed and the table that shows the rows in the main page is displayed. The first row shows our insert. When edit this row, the dialog displays information from PDF and some fields correctly but others are missing, specifically the fields with autosummit property to false.
Any idea what happens?
Thanks