Disable ADF Client and Server side validation during drop down changes
782792Jul 2 2010 — edited Jul 6 2010In my ADF Faces there is PanelFormLayout containing dropdown with country code value. Changing the dropdown value should change the layout to different country.
If the data is proper in the form the Layout changes perfectly but if the data is not proper it gives client validation & the layout doesn't get changed.
I want to disable the client/server side validation while changing the dropdown.