posted 16 years ago
I have 2 managed beans in session scope. In one managed bean, i get a list of drop down values and display it on the screen. In another UI, i add values to the drop down list. When i am in the same session, when i add values to the drop down, the values do not reflect in the drop down on UI. The old session retains even though the values are inserted in the database. Any inputs on how to fetch the latest values always in the drop down list will be appreciated.