Hi,
We have an ADF application where there is a self registration page.
There is more than one select one choice field in the page, like countries , roles and states.
The issue is, we have defined the selectoneChoice elements with required="true" attribute.
In the page, when I leave ONLY one selectOneChoice empty, for example the country dropdown and give input to all the other mandatory fields and click on Submit, I get the country dropdown field highlighted in Red meaning the validation is happening, BUT I am not getting the popup alert "Please select a country".
If I have more than one required field (selectOneChoice fields or text inputs, etc) not having input and click on Submit, I am getting the popup alert with the required fields needing input.
This happens with only any ONE of the required select one choice fields not selected.
Can you please advice?
Thanks,
Sriram