Thanks for the tip.

I ended up replacing it by making use of the Application object and
createValueBinding() as it should have been coded from the start.

I haven't wrote the original version, so I am trying to make the transition
with the less amount of changes as possible.

Thanks for the support,
Paulo

On Thu, Jan 29, 2009 at 6:18 AM, Anton Gavazuk <[email protected]>wrote:

> 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
> >
> >
>

Reply via email to