问题 Let me explain the scenario, assume that I have an class Project which contains a list of people, and you can search the a person and write his tasks on the project. Alright, so, I have a button to add people which leads to a modal, with the fields to fill and a search button... This search button, leads to another modal which is a simple person search, you type the name, select one from the list, the search modal closes and the name goes to an outputText on the previous modal. The thing is,