Hello,
JDeveloper version: 11.1.2.4
I have several buttons, that change the language of the application. However after they change the language they have to refresh the page either with partial refresh on the page template or with full page refresh.
The problem is that on a form page the refresh resets the values of the form. To keep the old values I need autoSubmit=true on each input field. However I already have many pages and it is really hard to put on every input field autoSubmit=true.
Is there a setting for setting autoSubmit=true globally?
Regards,
Pamela