Hello,

I am trying to integrate spring into a jsf application.

In faces-config.xml I have included this:

HTML Code:
<application>
	<el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
</application>
I am using Eclipse 3.3.0 and it reports the following warning:

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