I'll be stupid, but I can't run my own intercaptor classes. I did it in the same way like the BOOKSTORE example. I named my interceptor package to 'interceptors' and define a simple dummy ineterceptor class in it. But the DBForm didn't find the class? Why? I used DBForms 2.5 Snappshot and I defined my intercaptor class unter WEB-INF/classes. Did anybody an interceptor example that works pritty well?
Best,
Ramon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'll be stupid, but I can't run my own intercaptor classes. I did it in the same way like the BOOKSTORE example. I named my interceptor package to 'interceptors' and define a simple dummy ineterceptor class in it. But the DBForm didn't find the class? Why? I used DBForms 2.5 Snappshot and I defined my intercaptor class unter WEB-INF/classes. Did anybody an interceptor example that works pritty well?
Best,
Ramon
Yes, the bookstore example!
Henner
I'm a beginner so ... be careful, but:
I switched from 2.4 to 2.5 and my sample interceptor don't works anymore.
I found that method getParams() of DbEventInterceptorSupport is lost so i changed it getParameterMap() now it works fine.
Hi luigi
Seems that you are right....
Henner