I am getting an exception with my Facelet tag which has a variable for a commandLink action property named event. If the variable is replaced with a hardcoded string its works (but isnt very useful).
I am using Facelets/JSF for the view obviously.
Code:<h:commandLink action="${event}" ...>Anyone come across this problem?Code:javax.faces.el.EvaluationException: /WEB-INF/facelets/tags/myfaces/column-command-link.xhtml @12,75 action="${event}": Identity 'event' does not reference a MethodExpression instance, returned type: java.lang.String com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:73) org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:61) javax.faces.component.UICommand.broadcast(UICommand.java:109) javax.faces.component.UIData.broadcast(UIData.java:517)


Reply With Quote
