Hello Matthias, I don't think you should change that one, it's there for backward compatibility.
Ref: http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/api/javax/faces/component/EditableValueHolder.html#setValueChangeListener(javax.faces.el.MethodBinding) Regards, ~ Simon On 8/2/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > Hi, > > inside the build projects, some xml files are still on "Faces 1.1". > They contain things like this: > > <property-name>valueChangeListener</property-name> > <property-class>javax.faces.el.MethodBinding</property-class> > > Should we / I updated to javax.el.MethodExpression ? > (just used MethodBinding as an example) > > Greetings, > Matthias > > > -- > Matthias Wessendorf > > further stuff: > blog: http://matthiaswessendorf.wordpress.com/ > mail: matzew-at-apache-dot-org >
