Relative Content

Tag Archive for oracle-apexoracle-apex-22

Oracle APEX – display only item validation issue

I have a display only field on my page – P1_TEXT_DISPL that gets populated when another field on the page changes. If that field does not equal to “TEST_1” I need to display an error on the page. For that I used validation:

Oracle APEX: allow additional values in the select list

I have a select list that has a is set to Static LOV with two values ‘YES’ and ‘NO’ but I want to allow the user to add additional values to it by typing them in or be setting the select list to a value in code. I have Display Extra Values selected but that still does not work. If the field is set to a value not in the static list, nothing gets selected. But if I check session state, P1_RESPONSE is set to the value I set it to in code. What can I do to allow an extra value to be entered?