Call multiple backing bean methods at the same time

后端 未结 3 1881
暖寄归人
暖寄归人 2021-02-02 12:58

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

3条回答
  •  离开以前
    2021-02-02 13:01

    You can have your commandLink reference one method which itself calls all the necessary methods.

提交回复
热议问题