The method getELContext() is undefined for the type FacesContext
Em um projeto JSF estava encontrando a todo momento os erros The method getELContext() is undefined for the type FacesContext e The method getELResolver() is undefined for the type Application Ainda não encontrei a causa disso, mas consegui resolver. Eu tinha o código FacesContext context = FacesContext.getCurrentInstance(); Object relatedController = context.getApplication().getELResolver().getValue(context.getELContext(), null, relatedControllerString); e troquei [...]
Posted on July 16th, 2009 by gi
Filed under: JSF, uncategorized | No Comments »
