JSF-Spring defines a ViewResolver (FacesViewResolver) which will handle all JSF views. This doesn't keep you from defining other ViewResolvers. If your ViewResolver conflicts with our ViewResolver, just give yours a lower order and it will be preferred.
I can't tell you more since you didn't provide much information on what you want to achieve which problems you ran into.
HTH, Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello.
How to use de.mindmatters.faces.spring.contex package
I want to use Original ViewResolver
help
Hi,
to use our context package, you just have to define the corresponding listener in web.xml:
<listener>
<listener-class>de.mindmatters.faces.spring.context.ContextLoaderListener</listener-class>
</listener>
JSF-Spring defines a ViewResolver (FacesViewResolver) which will handle all JSF views. This doesn't keep you from defining other ViewResolvers. If your ViewResolver conflicts with our ViewResolver, just give yours a lower order and it will be preferred.
I can't tell you more since you didn't provide much information on what you want to achieve which problems you ran into.
HTH, Thomas