Hello,
I am trying to integrate spring into a jsf application.
In faces-config.xml I have included this:
<application>
<el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>
but it shows a weird warning which I can't get rid of:
Class org.springframework.web.jsf.el.SpringBeanFacesELRe solver must extend the type javax.el.ELResolver
any ideas ? thanks!