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

how to display data in table after selecting a picklist value
Hi,
i need to get the data from the selected picklist..
the picklist is to have 5 records, if i selected 1 record from the piclist in the visual force page the cases object data is to mbe shown which is assigned to that contact.
can anyone help me on this?
You can do using below steps:
1. On change of picklist value call action funtion via it will call controller method(I hope you are using apex controller for VF page and picklist you are displaying Contact record[Id,value])
2. In controller method query cases related to selected contact.
3. rerender the section where you want to display the related case list.
Hope it will help you. Please let me know if you need more information.
Thanks,
Vedashri
Please mark this as the best answer if this helps