I’m an apex beginner and I have a question.
I have a blank page and I want to add 2 select lists.
Like this:

The values of the second list are dependent on the selected value of the first list.
How can I access this selected value?
Thanks..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The feature you are looking for is Cascading Select Lists, and this comes natively in Apex 4.0 and up. If you are on a lower version, BoeroBoy’s way may get you there.
Take a look at the blog post done by Patrick Wolf, who is on the apex dev team.
Pre 4.0: http://www.inside-oracle-apex.com/generic-solution-for-cascading-select-listslovs/
4.0 and up: http://www.inside-oracle-apex.com/oracle-apex-4-0-cascading-lovsselect-lists/