--Environment - CentOS Linux release 7.8.2003 (Core) - Eclipse IDE for Enterprise Java Developers Version: 2020-03 (4.15.0) - openjdk version 11.0.7
hoge.xhtml
<h:commandButton styleClass="btn hidden_btn"
value="#{controller.labelBean.selectBtnLabel}"
rendered ="#{!controller.isDispSelectBtn(index)}"> <!--This is the error target-->
Error message
Cannot apply expression operators to method binding
There are many English sites and I don't know the cause. I want someone to explain ...
This is a problem with an existing project, so this time
Change the writing style a little by referring to the following site.