On Mon, 2006-01-23 at 12:33 +0500, Arshad Ali wrote:
> If i update my faces lib from 1.0.9 to 1.1.1, then value binding does
> not create:
> 
> FacesContext context = FacesContext.getCurrentInstance();
> Application app = context.getApplication();
> ValueBinding vb = app.createValueBinding ( attributeValue );
> component.setValueBinding( attributeName, vb );
> System.out.println( "vb: " +
> vb.getValue(FacesContext.getCurrentInstance()) );
> 
> vb.getValue(FacesContext.getCurrentInstance()) returns null with faces
> 1.1.1 but works fine with 1.0.9
> 

So the value binding does "create", it just returns a different value
from the one in 1.0.9?

So what is the expression it is trying to evaluate, and how is the
target method implemented?

Have you tried turning up logging to DEBUG and checking the output for
any messages?

Regards,

Simon

Reply via email to