Hi Paulo, you should use ELResolver in 1.2 instead of valuebinding
example: facesContext.getELContext().getELResolver().getValue(facesContext.getELContext(), null, beanName); 2009/1/28 Scott O'Bryan <[email protected]>: > Isn't ValueBindingImpl an internal class? I'm not sure your supposed to us > the implementation classes. > > Paulo Pinto wrote: >> >> Hi everyone, >> >> I am trying to update our application from JSF 1.1 to JSF 1.2. >> >> But I cannot find the class ValueBindingImpl. >> >> What happend to it? I cannot find any information about how >> to migrate the components between the MyFaces versions. >> >> Thanks in advance, >> Paulo > >

