posted 16 years ago
Folks,
Here Is a small problem which I am facing.
I have two dropdowns, one for ID and other for NAMES. Both of them are populated from the database. I want to give a choice to the user of either selecting a name or id from either of them and other dropdown value should automatically be selected
Ex : Dropdown one has a list of Id�s say : 1,2,3,4
Dropdown two has a list of names say: John, Andrews, Sam, Amit
Suppose a user selects 1 in the first dropdown he should have John automatically selected in the second dropdown. Similarly he select Sam from the second dropdown he should have �3� automatically selected in the first dropdown.
I have this values changed by valueChangeListener="#{Bean.IdChanged}" in the bean but the new values are not reflected on the page.
Any clues or pointers are highly appreciated.
Thanks,
Rahul
[ June 20, 2008: Message edited by: Rahul Juneja ]