We have upgraded to Apex 21.2. We are trying to pass a select list value to a different page when a button is pressed. However, the value does not get passed as expected. The button does a redirect to a page in this application. The select list value is used under the Target option to pass the value. We have also tried using JavaScript to pass the select list value to a hidden field and then pass the hidden field to the other page. This did not work either. We put an alert on the JavaScript and we can see the value that is getting passed.
Does anyone know if this is an issue in Apex 21.2? Does anyone have a solution they can suggest?
Note: The button opens a Modal page