Pessoal não estou conseguindo criar o binding dinamicamente veja o que estou fazendo
FacesContext context = FacesContext.getCurrentInstance();
ELContext elContext = context.getELContext();
Application app = context.getApplication();
ValueBinding vb = app.createValueBinding("#{filtroTeste}");
vb.setValue(context, vb.getValue(context));
HtmlInputText itxOperador = new HtmlInputText();
itxOperador.setValueBinding("e", vb);
this.getPainel().getChildren().add(itxOperador);
mais não esta funcionando alguem sabe o porque?
Preciso com uma certa urgencia