The f:ajax listener method in h:selectOneMenu is not executed

后端 未结 2 719
暖寄归人
暖寄归人 2020-12-01 08:51

The page is generated correctly with appropriate values in managed bean, but ajax events in these two h:selectOneMenus don\'t works. Listener is not called. An error has to

2条回答
  •  抹茶落季
    2020-12-01 09:16

    The requires jsf.js file being included in the HTML . It contains all JS functions for doing the JSF ajax magic.

    To achieve this, ensure that you're using instead of in the master template. JSF will then automatically include the necessary

提交回复
热议问题