On 8/25/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 8/25/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > > I do have the shale fliter in place and it is working because the prerender > > is being called in my backingBean that extends AbstractViewController. I did > > have the clay.jar in my lib and no config set up for it, but I removed that > > jar and I'm still getting the same error:( > > > > See my response on the Struts user list. > > ContextControllerLIstener is a Spring Framework thing, used to > initialize the Spring BeanFactory (in a webapp, that's a > WebApplicationContext). If you're using the Spring integration you > need to register this listener in web.xml (like the use cases app > does). If you're not using the Spring integration, you shouldn't need > to -- that's a Shale bug if it blows up in that case. > > Craig >
One more note -- if you're not using the Spring integration, you'll want to remove shale-spring.jar and all the other Spring related jars. Craig

