--Environment - Windows10 Pro 64bit - Eclipse Version: Oxygen.3a Release (4.7.3a) -(For project) java version "1.7.0_79" -(For Eclipse) java version "1.8.0_231"
javax.el.ELException: Not a Valid Method Expression:
at com.sun.el.lang.ExpressionBuilder.createMethodExpression(ExpressionBuilder.java:311)
at com.sun.el.ExpressionFactoryImpl.createMethodExpression(ExpressionFactoryImpl.java:96)
at org.jboss.weld.util.el.ForwardingExpressionFactory.createMethodExpression(ForwardingExpressionFactory.java:43)
at org.jboss.weld.el.WeldExpressionFactory.createMethodExpression(WeldExpressionFactory.java:53)
at com.sun.faces.facelets.tag.TagAttributeImpl.getMethodExpression(TagAttributeImpl.java:240)
...
javax.el.ELException: Not a Valid Method Expression: (JSF forum at Coderanch)
Added button
<h:commandButton action="" value="button" />
Added button
<h:commandButton action="{ponController.go}" value="button" />