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

后端 未结 2 720
暖寄归人
暖寄归人 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:09

    Be careful if you have f:metadata and f:viewparam tags since the setters of the parameters will be called with every ajax request.

    Can you provide the error log if there is any error/exception that is being generated when you call the ajax call?

提交回复
热议问题