我ActionListener
在我的commandButton
. 如何继续只有一个活动?我用了:
MethodExpression addLastmemo = _ef.createMethodExpression(FacesContext.getCurrentInstance().getELContext(), "#{dashboardBean.getLastMemo}", Void.class, new Class[]{ActionEvent.class});
button.addActionListener(new MethodExpressionActionListener(addLastmemo));
有没有办法删除/禁用一个actionListener
?