I have 2 text fields in which I take the user inputs and I use those to trigger a managedbean with an actionlistener from a button. This class will generate(from an xml) the data that I want to fill a datatable in different form in the same page. I could resolve this if the button would open a different page after the class was triggered but I don’t want that.
Share
Just set the properties of the components of the other form accordingly in the bean action method.
E.g.
with