You need to sign in to do that
Don't have an account?

Dependent picklist not working in Visualforce page
Hi
I have prepared two dependent picklist
Picklist A (1, 2) controls Picklist B (3, 4, 5)
Picklist B controls Picklist C (6, 7, 8, 9)
Its working fine on normal page layout and Visualforce page if i display picklist A.
but i dont want Picklist A to be displayed on page. I am calculating its value at back end in Apex and updating it.
but then picklist B and C are not working as expected.
I dont want to display picklist A and want Picklist B and C to function properly as expected!
Any solutions?