I've got MAIN (controller) where is 1)List of questions. From that MAIN view I start second view, where I want to see 1)List of my question and from that view I want add question to 1)List in MAIN controller. Is possible to transfer data between controller (update data in first controller from second, and see list of data from first in second)?
Maybe it's simple question, but I can't do that.