Matthias Wessendorf-4 wrote: > > which version are you using? > (myfaces) > > DelegatingVariableResolver is a VarResolver ;) > so it should work! >
That's what I thought too - but apparently it doesn't? I use the newest release: myfaces-api-1.1.4.jar and myfaces-impl-1.1.4.jar together with Spring 2.0 and Tomcat 5.5.17 ... but I've just copied spring.jar to WEB-INF/lib ... and it works! (previously I had it in tomcat/shared/lib) Is it necessary to copy separate jar with every application? I know that jsf jars cannot be shared but I was able to use one spring.jar with all applications on the same tomcat (till now). -- View this message in context: http://www.nabble.com/Spring-with-MyFaces-tf2556238.html#a7133351 Sent from the MyFaces - Users mailing list archive at Nabble.com.

