-
Spring and JSF together!
Hi guys,
first of all.. Sorry if this is the wrong place to post.
Well, I´m trying to integrate JSF and Spring, but I don´t want Spring to managed the Scope of the MB.
So i´m not using @Component on my managedbeans.. only
@ManagedBean
@ViewScoped
The problem is that I get a viewExpired exception... If I change to @SessionScope my view works!
Another thing, I keep getting an warning on faces config:
Class org.springframework.web.jsf.el.SpringBeanFacesELRe solver must extend the type javax.el.ELResolver
Can you guys help me out? If there´s some info I can give to help out just call it out!
PS: Tryed with lattest version of MyFaces impl, and jsf standard.
My Spring Version is: 3.1.2.RELEASE
Thanks!