i have a main view with a combo box and its controller, and a second view which gets loaded when a button is clicked on the main view. the second view contains a button and a label and has its different controller. what i want to do is, when the button on the second controller is clicked, the selected item on the combo box on the main view should be displayed on the label..
so that when i go back and change the item on the combo box and go back and click the button on the second view ,the text on the label would be changed to the currently selected item.
any help..??? thanks