如何知道(在备用bean中)单击了哪个p:commandButton?

时间:2018-07-18 14:36:27

标签: primefaces commandbutton

我想知道用户是否单击了特定的commandButton,如果是,则执行一些操作:

xhtml:

ThemeDisplay themeDisplay = ( ThemeDisplay ) request.getAttribute( THEME_DISPLAY );
long userId = themeDisplay.getRealUserId();

后备豆方法:

<h:form id="myFormID">
    <p:commandButton id="myButtonID" actionListener="#{myController.save}" ... >
...

有人知道我可以使用哪种方法来知道是否单击了CommandButton吗?

0 个答案:

没有答案