Hello,
I am trying to integrate spring into a jsf application.
In faces-config.xml I have included this:
I am using Eclipse 3.3.0 and it reports the following warning:HTML Code:<application> <el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver> </application>
Class org.springframework.web.jsf.el.SpringBeanFacesELRe solver must extend the type
javax.el.ELResolver
Can someone explain to me why this is, or perhaps let me know if I am using the wrong class.
Thanks


Reply With Quote