Re: Prevent request filter invocation when struts action tag is invoked

2009-10-24 Thread Pancham
Here is my request filter code: public class MyFilter implements Filter { private FilterConfig filterConfig = null; public void init(FilterConfig filterConfig) throws ServletException { this.filterConfig = filterConfig; } public void destroy() { this.

Re: Struts2 / Hibernate Question

2009-10-24 Thread Dennis Atkinson
Eduard, I am still getting a ClassNotFound error on OpenSessionInViewFilter at startup. I have found two jar files that contain the class, spring.jar and spring-hibernate3.jar, and it fails with both of them. I have configured applicationContext.xml like this: