Is there a way to call multiple methods from different backing beans in JSF?
I have an application that stores user information. I have multiple backing beans which are
You can have your commandLink reference one method which itself calls all the necessary methods.