Hi All,
Our project uses JSF2, Spring3, Hibernate3. We want to use
JSF only as a view and still follow Spring's Controller. Using eclipse I created a Dynamic web project and chose JSF 2, so it created a JSF project for me, I added Spring Nature to the project and added the following code in faces-config.xml.
<variable-resolver>
org.springframework.web.jsf.DelegatingVariableResolver
</variable-resolver>
How can still use Spring controller and JSF as View.
Thanks