0
MethodExpression methodExpression =
application.getExpressionFactory().createMethodExpression(
FacesContext.getCurrentInstance().getELContext(),
"#{PrismBacking.onItemClick}",
null,
new Class[] { ActionEvent.class });
menuItem.setActionExpression(methodExpression);
我創建了一個動態的下拉,如上我的創建動作偵聽器,但沒有調用偵聽器。我將該方法包含在後臺bean的下拉getter中。我必須在任何配置文件中配置動作監聽器嗎?善意幫助。創建動態豐富:dropdownmenu