Community
Participate
Working Groups
<h:commandButton value="my action" action="#{testManagedBean.setName('another name')}"/> Method must have signature "String method()" but has signature "void method(String)" I have in my web.xml <context-param> <param-name>com.sun.faces.expressionFactory</param-name> <param-value>com.sun.el.ExpressionFactoryImpl</param-value> </context-param>